PHP8 Yac::get — 从缓存中检索值
(PECL yac >= 1.0.0)
Yac::get — 从缓存中检索值
说明
public Yac::get(string|array $key, int &$cas = null): mixed
从缓存中检索值
参数
key
字符串键,或多个键的数组。
cas
如果不为
null
,它将被设置为检索到的项目的CAS值。
返回值
成功时为混合类型,失败时为false。
(PECL yac >= 1.0.0)
Yac::get — 从缓存中检索值
public Yac::get(string|array $key, int &$cas = null): mixed
从缓存中检索值
key
字符串键,或多个键的数组。
cas
如果不为null
,它将被设置为检索到的项目的CAS值。
成功时为混合类型,失败时为false。