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
파일 보기 프로젝트 열기: baserproject/basercms

보호된 메소드들

메소드 설명
_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.