Yac::set
(PECL yac >= 1.0.0)
Yac::set — Store into cache
Description
public Yac::set
(
string $keys
,
mixed $value
[,
int $ttl
= 0
] ) :
bool
public Yac::add
(
array $key_vals
) :
bool
Parameters
-
keys
-
string key
-
value
-
mixed value, All php value type could be stored except resource
-
ttl
-
expire time
Return Values
the value self