public isFresh () Checks whether the last cache is fresh or cached
public setLastKey (mixed $lastKey) ...
public boolean delete (int | string $keyName) Deletes a value from the cache by its key
public getOptions () ...
public boolean exists ([string $keyName], [long $lifetime]) Checks if cache exists and it isn’t
public mixed increment ([string $keyName], [long $value]) Increment of a given key, by number $value
public array queryKeys ([string | int $prefix]) Query the existing cached keys
public stop ([mixed $stopBuffer]) Stops the frontend without store any cached content
public setFrontend (mixed $frontend) ...
Page 3 of 10