Yac::get
(PECL yac >= 1.0.0)
Yac::get — Retrieve values from cache
Description
public Yac::get
(
string|array $key
[,
int &$cas
= NULL
] ) :
mixed
Parameters
-
key
-
string keys, or array of multiple keys.
-
cas
-
if not NULL
, it will be set to the retrieved item's cas.
Return Values
mixed on success, false on failure