public getLifetime () Returns the cache lifetime
public array queryKeys ([string $prefix]) Query the existing cached keys
public boolean delete (int | string $keyName) Deletes a value from the cache by its key
extends abstract class Phalcon\Cache\Backend
public afterRetrieve (mixed $data) Unserializes data after retrieval
abstract public delete (mixed $keyName) ...
public string beforeStore (mixed $data) Serializes data before storing them
public flush () Flush all backend(s)
Page 4 of 18