Yac::get

(PECL yac >= 1.0.0)

Yac::get从缓存中检索值

说明

public Yac::get(string|array $key, int &$cas = null): mixed

从缓存中检索值

参数

key

string 键,或 array 多个键。

cas

如果不为 null,它将被设置为检索到的项目的 cas。

返回值

成功时为 mixed,失败时为 false

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top