public mixed increment (string $keyName, [long $value]) Atomic increment of a given key, by number
public flush () Immediately invalidates all existing items. Memcached does not support flush() per default. If you require
public mixed get (string | int $keyName, [long $lifetime]) Returns a cached content reading
public getKey (mixed $key) Return a file-system safe identifier for a given key
public mixed decrement (int | string $keyName, [long $value]) Decrement of a given key
public getLifetime () Returns cache lifetime, always one second expiring content
public beforeStore (mixed $data) Serializes data before storing them
implements Phalcon\Cache\FrontendInterface
public boolean exists ([string | int $keyName], [long $lifetime]) Checks if cache exists
public string getContent () Returns output cached content
Page 13 of 18