public long decrement ([string $keyName], [long $value]) Decrement of $keyName by given $value
public boolean exists ([string $keyName], [long $lifetime]) Checks if cache exists and it isn’t
public long increment ([string $keyName], [long $value]) Increment of given $keyName by $value
public afterRetrieve (mixed $data) Prepares data to be retrieved to user
public mixed decrement (string $keyName, [long $value]) Atomic decrement of a given key, by number
public decrement ([string $keyName], [long $value]) Decrement of $keyName by given $value
public stop () Stops output frontend
extends class Phalcon\Exception
public useSafeKey (mixed $useSafeKey) Set whether to use the safekey or not
public start () Starts output frontend. Currently, does nothing
Page 10 of 18