public get (mixed $keyName, [mixed $lifetime]) Returns a cached content
Source
public getLifetime () Returns the cache lifetime
public unserialize (mixed $data) Required for interface \Serializable
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 getFrontend () ...
public beforeStore (mixed $data) Serializes data before storing them
public array queryKeys ([string $prefix]) Query the existing cached keys
Page 14 of 18