public get (mixed $keyName, [mixed $lifetime]) Returns a cached content
public flush () Immediately invalidates all existing items.
public save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer])
public long decrement ([string $keyName], [long $value]) Decrement of $keyName by given $value
public isStarted () Checks whether the cache has starting buffering or not
public queryKeys ([string $prefix]) Query the existing cached keys
public delete (mixed $keyName) Deletes a value from the cache by its key
public _connect () Create internal connection to memcached
public save ([int | string $keyName], [string $content], [int $lifetime], [boolean $stopBuffer])
Page 9 of 10