AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# Abstract class Phalcon\\Cache\\Backend # Abstract class **Phalcon\\Cache\\Backend** This class implements common functionality for backend adapters. A backend cache adapter may extend this class ### Methods public **getFrontend** () ... public **setFrontend** (*unknown* $frontend) ... public **getOptions** () ... public **setOptions** (*unknown* $options) ... public **getLastKey** () ... public **setLastKey** (*unknown* $lastKey) ... public **\_\_construct** ([*Phalcon\\Cache\\FrontendInterface*](#) $frontend, \[*array* $options\]) Phalcon\\Cache\\Backend constructor public *mixed***start** (*int|string* $keyName, \[*int* $lifetime\]) Starts a cache. The keyname allows to identify the created fragment public **stop** (\[*unknown* $stopBuffer\]) Stops the frontend without store any cached content public **isFresh** () Checks whether the last cache is fresh or cached public **isStarted** () Checks whether the cache has starting buffering or not public *int***getLifetime** () Gets the last lifetime set | - [索引](# "总目录") - [下一页](# "Class Phalcon\Cache\Backend\Apc") | - [上一页](# "Class Phalcon\Assets\Resource\Js") | - [API Indice](#) »