implements Phalcon\Cache\FrontendInterface
public mixed get (string | int $keyName, [long $lifetime]) Returns a cached content reading
public boolean delete (string $keyName) Deletes a value from the cache by its key
public _connect () Create internal connection to redis
public mixed afterRetrieve (mixed $data) Unserializes data after retrieval
abstract public getLifetime () ...
public flush () Immediately invalidates all existing items.
public isStarted () Checks whether the cache has starting buffering or not
public string beforeStore (mixed $data) Serializes data before storing them
Page 15 of 18