public boolean delete (int | string $keyName) Deletes a value from the cache by its key
public array queryKeys ([string $prefix]) Query the existing cached keys
public beforeStore (mixed $data) Prepare data to be stored
public save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer])
Source
public start () Starts output frontend. Actually, does nothing
public boolean exists ([string | int $keyName], [int $lifetime]) Checks if cache exists
public mixed afterRetrieve (mixed $data) Unserializes data after retrieval
Page 3 of 18