public array queryKeys ([string $prefix]) Query the existing cached keys
public mixed increment (int | string $keyName, [long $value]) Increment of a given key by $value
public save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer]) Stores cached content into the file backend and stops the frontend
public boolean delete (int | string $keyName) Deletes a value from the cache by its key
public get (mixed $keyName, [mixed $lifetime]) Returns a cached content
public collection->remove(...) gc () gc
public flush () Immediately invalidates all existing items.
public mixed decrement (int | string $keyName, [long $value]) Decrement of a given key by $value
public serialize () Required for interface \Serializable
public unserialize (mixed $data) Required for interface \Serializable
Page 350 of 382