public boolean delete (int | string $keyName) Deletes a value from the cache by its key
extends abstract class Phalcon\Cache\Backend
public collection->remove(...) gc () gc
public mixed increment (int | string $keyName, [long $value]) Increment of a given key
public boolean exists ([string $keyName], [long $lifetime]) Checks if cache exists and it isn’t
public save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer])
public array queryKeys ([string $prefix]) Query the existing cached keys
public mixed decrement (int | string $keyName, [long $value]) Decrement of a given key
public get (mixed $keyName, [mixed $lifetime]) Returns a cached content
public flush () Immediately invalidates all existing items.