(PECL yac >= 1.0.0)
Yac::get — Retrieve values from cache
public Yac::get ( string|array $key [, int &$cas = null ] ) : mixed
Retrieve values from cache
key
string keys, or array of multiple keys.
cas
if not null
, it will be set to the retrieved item's cas.
mixed on success, false on failure
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/yac.get.php