La clase Yac

(PECL yac >= 1.0.0)

Introducción

Sinopsis de la Clase

Yac {
/* Propiedades */
protected $_prefix ;
/* Métodos */
public __construct ([ string $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 dump ( int $$num ) : mixed
public flush ( void ) : bool
public get ( string|array $key [, int &$cas = NULL ] ) : mixed
public __get ( string $key ) : mixed
public info ( void ) : array
public set ( string $keys , mixed $value [, int $ttl = 0 ] ) : bool
public add ( array $key_vals ) : bool
public __set ( string $keys , mixed $value ) : mixed
}

Propiedades

_prefix

Tabla de contenidos