abstract public isBuffering () ...
public array queryKeys ([string $prefix]) Query the existing cached keys
public boolean delete (int | string $keyName) Deletes a value from the cache by its key
public mixed increment (string $keyName, [long $value]) Atomic increment of a given key, by number $value
public boolean exists ([string $keyName], [long $lifetime]) Checks if cache exists and it isn’t expired
public flush () Immediately invalidates all existing items.
public get (mixed $keyName, [mixed $lifetime]) Returns a cached content
public _connect () Create internal connection to redis
public queryKeys ([string $prefix]) Query the existing cached keys
public save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer]) Stores cached content into the file backend and stops the frontend
Page 348 of 382