public boolean delete (int | string $keyName) Deletes a value from the cache by its key
public setLastKey (mixed $lastKey) ...
public long decrement ([string $keyName], [long $value]) Decrement of $keyName by given $value
extends abstract class Phalcon\Cache\Backend
public array queryKeys ([string $prefix]) Query the existing cached keys
public int getLifetime () Gets the last lifetime set
public boolean exists ([string $keyName], [long $lifetime]) Checks if cache exists and it isn’t
public array queryKeys ([string | int $prefix]) Query the existing cached keys
public mixed increment ([string $keyName], [long $value]) Increment of a given key, by number $value
Page 3 of 10