public flush () Immediately invalidates all existing items. Memcached does not support flush() per default. If you require
public beforeStore (mixed $data) Serializes data before storing them
public mixed decrement ([string | int $keyName], [int $value]) Decrement of a given key
abstract public beforeStore (mixed $data) ...
public save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer])
implements Phalcon\Cache\FrontendInterface
abstract public getLifetime () ...
public flush () Immediately invalidates all existing items.
public string getContent () Returns output cached content
public string beforeStore (mixed $data) Serializes data before storing them
Page 15 of 18