public flush () Immediately invalidates all existing items.
public isStarted () Checks whether the cache has starting buffering or not
public get (mixed $keyName, [mixed $lifetime]) Returns a cached content
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 save ([int | string $keyName], [string $content], [int $lifetime], [boolean $stopBuffer])
Page 9 of 10