public getFrontend () ...
public getLifetime () Returns the cache lifetime
public array queryKeys ([string $prefix]) Query the existing cached keys
abstract public afterRetrieve (mixed $data) ...
public mixed decrement ([string $keyName], [long $value]) Decrement of a given key, by number $value
public unserialize (mixed $data) Required for interface \Serializable
public boolean delete (string $keyName) Deletes a value from the cache by its key
public save ([string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer]) Stores
public isBuffering () Check whether if frontend is buffering output
Page 12 of 18