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