public delete (int | string $keyName) Deletes a value from the cache by its key
public get (mixed $keyName, [mixed $lifetime]) Returns a cached content
extends abstract class Phalcon\Cache\Backend
public 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 increment ([string $keyName], [long $value]) Increment of given $keyName by $value
public save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer])
public _connect () Create internal connection to redis
public queryKeys ([string $prefix]) Query the existing cached keys
public flush () Immediately invalidates all existing items.