public boolean exists ([string | int $keyName], [long $lifetime]) Checks if cache exists
public get (mixed $keyName, [mixed $lifetime]) Returns a cached content
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 save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer])
public flush () Immediately invalidates all existing items. Memcached does not support flush() per default. If you require
public mixed decrement ([string | int $keyName], [int $value]) Decrement of a given key
public flush () Immediately invalidates all existing items.
Page 8 of 10