Referencia de la Interfaz CacheInterface

Diagrama de herencias de CacheInterface

FileCache

Métodos públicos estáticos

static get ($id, $group)
static save ($id, $group, $value, $lifetime)
static clean ($group=false)
static remove ($id, $group)

Descripción detallada

Definición en la línea 22 del archivo cache_interface.php.


Documentación de las funciones miembro

static clean ( group = false  )  [static]

Limpia la cache

Parámetros:
string $group
Devuelve:
boolean

Implementado en FileCache.

static get ( id,
group 
) [static]

Carga un elemento cacheado

Parámetros:
string $id
string $group
Devuelve:
mixed

Implementado en FileCache.

static remove ( id,
group 
) [static]

Elimina un elemento de la cache

Parámetros:
string $id
string $group
Devuelve:
string

Implementado en FileCache.

static save ( id,
group,
value,
lifetime 
) [static]

Guarda un elemento en la cache con nombre $id y valor $value

Parámetros:
string $id
string $group
mixed $value
int $lifetime tiempo de vida en forma timestamp de unix
Devuelve:
boolean

Implementado en FileCache.


La documentación para este interfaz fue generada a partir del siguiente fichero:

Generado el Fri Jun 12 09:36:49 2009 para KumbiaPHP por  doxygen 1.5.8