abstract public getLastKey () ...
public long decrement ([string $keyName], [long $value]) Decrement of $keyName by given $value
extends abstract class Phalcon\Cache\Backend
public getLifetime () Returns the cache lifetime
public array queryKeys ([string $prefix]) Query the existing cached keys
public setLastKey (mixed $lastKey) ...
public boolean delete (int | string $keyName) Deletes a value from the cache by its key
public setOptions (mixed $options) ...
public beforeStore (mixed $data) Prepare data to be stored
public get (mixed $keyName, [mixed $lifetime]) Returns a cached content
Page 1 of 18