PHP Класс BcCacheHelper

When using CacheHelper you don't call any of its methods, they are all automatically called by View, and use the $cacheAction settings set in the controller.
Наследование: extends CacheHelper
Показать файл Открыть проект

Защищенные методы

Метод Описание
_writeFile ( string $content, string $timestamp, boolean $useCallbacks = false ) : boolean Write a cached version of the file

Описание методов

_writeFile() защищенный Метод

Write a cached version of the file
protected _writeFile ( string $content, string $timestamp, boolean $useCallbacks = false ) : boolean
$content string view content to write to a cache file.
$timestamp string Duration to set for cache file.
$useCallbacks boolean Whether to include statements in cached file which run callbacks.
Результат boolean success of caching view.