The Yac class
(PECL yac >= 1.0.0)
Sinopsisul clasei
Yac
{
public add
(
string $keys
,
mixed $value
,
int $ttl
= 0
) :
bool
public add
(
array $key_vals
) :
bool
public delete
(
string|array $keys
,
int $ttl
= ?
) :
bool
public get
(
string|array $key
,
int &$cas
= null
) :
mixed
public set
(
string $keys
,
mixed $value
,
int $ttl
= 0
) :
bool
public add
(
array $key_vals
) :
bool
}
Cuprins
There are no user contributed notes for this page.