extends abstract class Phalcon\Cache\Backend
public get (mixed $keyName, [mixed $lifetime]) Returns a cached content
public mixed afterRetrieve (mixed $data) Unserializes data after retrieval
public setLastKey (mixed $lastKey) ...
public save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer])
public boolean delete (int | string $keyName) Deletes a value from the cache by its key
abstract public save ([mixed $keyName], [mixed $content], [mixed $lifetime], [mixed $stopBuffer])
public isFresh () Checks whether the last cache is fresh or cached
public long increment ([string $keyName], [mixed $value]) Increment of given $keyName by $value
public mixed increment ([string | int $keyName], [int $value]) Increment of a given key
Page 1 of 18