public flush () Flush all backend(s)
public save ([string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer]) Stores
public push (Phalcon\Cache\BackendInterface
public start (string | int $keyName, [long $lifetime]) Starts every backend
Source
public boolean exists ([string | int $keyName], [long $lifetime]) Checks if cache exists
public mixed get (string | int $keyName, [long $lifetime]) Returns a cached content reading
public boolean delete (string | int $keyName) Deletes a value from each backend