public mixed increment ([string | int $keyName], [int $value]) Increment of a given key
public boolean exists ([string | int $keyName], [int $lifetime]) Checks if cache exists
public boolean delete (int | string $keyName) Deletes a value from the cache by its key
public array queryKeys ([string | int $prefix]) Query the existing cached keys
public flush () Immediately invalidates all existing items.
public useSafeKey (mixed $useSafeKey) Set whether to use the safekey or not
public mixed decrement ([string | int $keyName], [int $value]) Decrement of a given key
extends abstract class Phalcon\Cache\Backend
public getKey (mixed $key) Return a file-system safe identifier for a given key
public get (mixed $keyName, [mixed $lifetime]) Returns a cached content
Page 1 of 2