implements Phalcon\Cache\FrontendInterface
public start () Starts output frontend. Actually, does nothing
public stop () Stops output frontend
public isBuffering () Check whether if frontend is buffering output, always false
public string getContent () Returns output cached content
public isBuffering () Check whether if frontend is buffering output
public mixed afterRetrieve (mixed $data) Unserializes data after retrieval
public string beforeStore (mixed $data) Serializes data before storing them
Page 5 of 6