Source on GitHub
This class implements common functionality for backend adapters. A backend cache adapter may extend this class
Methods
public getFrontend ()
...
public setFrontend (mixed $frontend)
...
public getOptions ()
...
public setOptions (mixed $options)
...
public getLastKey ()
...
public setLastKey (mixed $lastKey)
...
public __construct (Phalcon\Cache\FrontendInterface $frontend, [array $options])
Phalcon\Cache\Backend constructor
public mixed start (int | string $keyName, [int $life