|
| __construct ($cacheEngine) |
| clean ($uniqueString, $initDir=false, $baseDir='cache') |
| cleanDir ($initDir=false, $baseDir='cache') |
| initCache ($ttl, $uniqueString, $initDir=false, $baseDir='cache') |
| output () |
| noOutput () |
| getVars () |
| startDataCache ($TTL=false, $uniqueString=false, $initDir=false, $vars=array(), $baseDir='cache') |
| abortDataCache () |
| endDataCache ($vars=false) |
| isCacheExpired ($path) |
| isStarted () |
| forceRewriting ($mode) |
См. определение в файле cache.php строка 16
◆ __construct()
__construct |
( |
| $cacheEngine | ) |
|
◆ abortDataCache()
◆ clean()
clean |
( |
| $uniqueString, |
|
|
| $initDir = false, |
|
|
| $baseDir = 'cache' ) |
◆ cleanDir()
cleanDir |
( |
| $initDir = false, |
|
|
| $baseDir = 'cache' ) |
◆ clearCache()
clearCache |
( |
| $full = false, |
|
|
| $initDir = '' ) |
|
static |
◆ createCacheEngine()
createCacheEngine |
( |
| $params = [] | ) |
|
|
static |
◆ createInstance()
createInstance |
( |
| $params = [] | ) |
|
|
static |
- Аргументы
-
- Возвращает
- static Cache
См. определение в файле cache.php строка 144
◆ endDataCache()
endDataCache |
( |
| $vars = false | ) |
|
◆ forceRewriting()
Sets the forced mode to ignore TTL and rewrite the cache.
- Аргументы
-
См. определение в файле cache.php строка 480
◆ getCacheEngineType()
◆ getPath()
◆ getSalt()
◆ getShowCacheStat()
◆ getVars()
◆ initCache()
initCache |
( |
| $ttl, |
|
|
| $uniqueString, |
|
|
| $initDir = false, |
|
|
| $baseDir = 'cache' ) |
◆ isCacheExpired()
◆ isStarted()
◆ noOutput()
◆ output()
◆ setClearCache()
setClearCache |
( |
| $clearCache | ) |
|
|
static |
A privileged user wants to skip cache on this hit.
- Аргументы
-
См. определение в файле cache.php строка 164
◆ setClearCacheSession()
setClearCacheSession |
( |
| $clearCacheSession | ) |
|
|
static |
A privileged user wants to skip cache on this session.
- Аргументы
-
См. определение в файле cache.php строка 173
◆ setShowCacheStat()
setShowCacheStat |
( |
| $showCacheStat | ) |
|
|
static |
◆ shouldClearCache()
Returns true if a privileged user wants to skip reading from cache (on this hit or session).
- Возвращает
- bool
См. определение в файле cache.php строка 199
◆ startDataCache()
startDataCache |
( |
| $TTL = false, |
|
|
| $uniqueString = false, |
|
|
| $initDir = false, |
|
|
| $vars = array(), |
|
|
| $baseDir = 'cache' ) |
◆ $baseDir
string $baseDir = 'cache' |
|
protected |
◆ $cacheEngine
◆ $clearCache
◆ $clearCacheSession
$clearCacheSession = null |
|
staticprotected |
◆ $content
◆ $filename
◆ $forceRewriting
bool $forceRewriting = false |
|
protected |
◆ $hasOutput
◆ $initDir
◆ $isStarted
◆ $showCacheStat
◆ $ttl
◆ $uniqueString
string $uniqueString = '' |
|
protected |
◆ $vars
Объявления и описания членов класса находятся в файле: