public _connect () Create internal connection to memcached
public save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer]) Stores cached content into the file backend and stops the frontend
public array queryKeys ([string $prefix]) Query the existing cached keys
public long increment ([string $keyName], [long $value]) Increment of given $keyName by $value
public get (mixed $keyName, [mixed $lifetime]) Returns a cached content
public flush () Immediately invalidates all existing items.
public boolean exists ([string $keyName], [long $lifetime]) Checks if cache exists and it isn’t expired
public boolean delete (int | string $keyName) Deletes a value from the cache by its key
public long decrement ([string $keyName], [long $value]) Decrement of $keyName by given $value
public addServers (mixed $host, mixed $port, [mixed $persistent]) Add servers to memcache pool
Page 352 of 382