public mixed start (int | string $keyName, [int $lifetime]) Starts a cache. The keyname
public boolean delete (int | string $keyName) Deletes a value from the cache by its key
public boolean exists ([string | int $keyName], [int $lifetime]) Checks if cache exists
public setOptions (mixed $options) ...
public long increment ([string $keyName], [mixed $value]) Increment of given $keyName by $value
public array queryKeys ([string $prefix]) Query the existing cached keys
public get (mixed $keyName, [mixed $lifetime]) Returns a cached content
public delete (int | string $keyName) Deletes a value from the cache by its key
public mixed increment ([string | int $keyName], [int $value]) Increment of a given key
Page 1 of 10