Cache\Backend

Abstract class Phalcon\Cache\Backend

implements Phalcon\Cache\BackendInterface

This class implements common functionality for backend adapters. A backend cache adapter may extend this class

Methods

public __construct (Phalcon\Cache\FrontendInterface $frontend, [array $options])

Phalcon\Cache\Backend constructor

public mixed start (int|string $keyName, [long $lifetime])

Starts a cache. The $keyname allows to identify the created fragment

public stop ([boolean $stopBuffer])<