public flush () Immediately invalidates all existing items.
public boolean delete (int | string $keyName) Deletes a value from the cache by its key
public mixed decrement ([string $keyName], [long $value]) Decrement of a given key, by number $value
public array queryKeys ([string $prefix]) Query the existing cached keys
public mixed increment ([string $keyName], [long $value]) Increment of a given key, by number $value
public get (mixed $keyName, [mixed $lifetime]) Returns a cached content
public delete (mixed $keyName) Deletes a value from the cache by its key
public save ([string | long $keyName], [string $content], [long $lifetime], [boolean $stopBuffer]) Stores cached content into the APC backend and stops the frontend
public boolean exists ([string | long $keyName], [long $lifetime]) Checks if cache exists and it hasn’t expired
Page 355 of 382