public save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer])
public getKey (mixed $key) Return a file-system safe identifier for a given key
public save ([string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer]) Stores
public mixed decrement (int | string $keyName, [long $value]) Decrement of a given key
public array queryKeys ([string $prefix]) Query the existing cached keys
public boolean delete (string $keyName) Deletes a value from the cache by its key
public flush () Immediately invalidates all existing items. Memcached does not support flush() per default. If you require
public getFrontend () ...
public mixed decrement ([string $keyName], [long $value]) Decrement of a given key, by number $value
public get (mixed $keyName, [mixed $lifetime]) Returns a cached content
Page 7 of 10