Cache\Backend::isStarted

public isStarted () Checks whether the cache has starting buffering or not

Cache\Backend::isFresh

public isFresh () Checks whether the last cache is fresh or cached

Cache\Backend::getOptions

public getOptions () ...

Cache\Backend::getLifetime

public int getLifetime () Gets the last lifetime set

Cache\Backend::getLastKey

public getLastKey () ...

Cache\Backend::getFrontend

public getFrontend () ...

Cache\Backend

Source on GitHub This class implements common functionality for backend adapters. A backend cache adapter may extend this class Methods public getFrontend () ... public setFrontend (mixed $frontend) ... public getOptions () ... public setOptions (mixed $options) ... public getLastKey () ... public setLastKey (mixed $lastKey) ... public __construct (Phalcon\Cache\FrontendInterface $frontend, [array $options]) Phalcon\Cache\Backend constructor public mixed start (int | string $keyName, [int $life

Assets\Resource\Js

extends class Phalcon\Assets\Resource Source on GitHub Represents Javascript resources Methods public __construct (string $path, [boolean $local], [boolean $filter], [array $attributes]) public getType () inherited from Phalcon\Assets\Resource public getPath () inherited from Phalcon\Assets\Resource public getLocal () inherited from Phalcon\Assets\Resource public getFilter () inherited from Phalcon\Assets\Resource public getAttributes () inherited from Phalcon\Assets\Resource public getSou

Assets\Resource\Css

extends class Phalcon\Assets\Resource Source on GitHub Represents CSS resources Methods public __construct (string $path, [boolean $local], [boolean $filter], [array $attributes]) public getType () inherited from Phalcon\Assets\Resource public getPath () inherited from Phalcon\Assets\Resource public getLocal () inherited from Phalcon\Assets\Resource public getFilter () inherited from Phalcon\Assets\Resource public getAttributes () inherited from Phalcon\Assets\Resource public getSourcePath

Assets\Resource::setType

public setType (mixed $type) Sets the resource’s type