Полный список членов класса Cache, включая наследуемые из базового класса
$baseDir | Cache | protected |
$cacheEngine | Cache | protected |
$clearCache | Cache | protectedstatic |
$clearCacheSession | Cache | protectedstatic |
$content | Cache | protected |
$filename | Cache | protected |
$forceRewriting | Cache | protected |
$hasOutput | Cache | protected |
$initDir | Cache | protected |
$isStarted | Cache | protected |
$showCacheStat | Cache | protectedstatic |
$ttl | Cache | protected |
$uniqueString | Cache | protected |
$vars | Cache | protected |
__construct($cacheEngine) | Cache | |
abortDataCache() | Cache | |
clean($uniqueString, $initDir=false, $baseDir='cache') | Cache | |
cleanDir($initDir=false, $baseDir='cache') | Cache | |
clearCache($full=false, $initDir='') | Cache | static |
createCacheEngine($params=[]) | Cache | static |
createInstance($params=[]) | Cache | static |
endDataCache($vars=false) | Cache | |
forceRewriting($mode) | Cache | |
getCacheEngineType() | Cache | static |
getPath($uniqueString) | Cache | static |
getSalt() | Cache | static |
getShowCacheStat() | Cache | static |
getVars() | Cache | |
initCache($ttl, $uniqueString, $initDir=false, $baseDir='cache') | Cache | |
isCacheExpired($path) | Cache | |
isStarted() | Cache | |
noOutput() | Cache | |
output() | Cache | |
setClearCache($clearCache) | Cache | static |
setClearCacheSession($clearCacheSession) | Cache | static |
setShowCacheStat($showCacheStat) | Cache | static |
shouldClearCache() | Cache | static |
startDataCache($TTL=false, $uniqueString=false, $initDir=false, $vars=array(), $baseDir='cache') | Cache |