The Yac class
(PECL yac >= 1.0.0)
Class synopsis
Yac
{
protected
_prefix
;
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 flush
(
void
) :
bool
public get
(
string|array $key
[,
int &$cas
= NULL
] ) :
mixed
public info
(
void
) :
array
public set
(
string $keys
,
mixed $value
[,
int $ttl
= 0
] ) :
bool
public add
(
array $key_vals
) :
bool
}
Table of Contents