public array queryKeys ([string $prefix]) Query the existing cached keys
public setOptions (mixed $options) ...
public mixed increment ([string | int $keyName], [int $value]) Increment of a given key
public boolean delete (int | string $keyName) Deletes a value from the cache by its key
public addServers (mixed $host, mixed $port, [mixed $persistent]) Add servers to memcache pool
public delete (int | string $keyName) Deletes a value from the cache by its key
public mixed start (int | string $keyName, [int $lifetime]) Starts a cache. The keyname
public boolean exists ([string | int $keyName], [int $lifetime]) Checks if cache exists
Page 2 of 10