|
| __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 строка 15
◆ __construct()
__construct |
( |
| $cacheEngine | ) |
|
◆ abortDataCache()
◆ clean()
clean |
( |
| $uniqueString, |
|
|
| $initDir = false, |
|
|
| $baseDir = 'cache' ) |
◆ cleanDir()
cleanDir |
( |
| $initDir = false, |
|
|
| $baseDir = 'cache' ) |
◆ clearCache()
static clearCache |
( |
| $full = false, |
|
|
| $initDir = '' ) |
|
static |
◆ createCacheEngine()
static createCacheEngine |
( |
| $params = [] | ) |
|
|
static |
◆ createInstance()
static createInstance |
( |
| $params = [] | ) |
|
|
static |
- Аргументы
-
- Возвращает
- static Cache
См. определение в файле cache.php строка 134
◆ endDataCache()
endDataCache |
( |
| $vars = false | ) |
|
@noinspection PhpUndefinedFieldInspection
@noinspection PhpUndefinedFieldInspection
См. определение в файле cache.php строка 407
◆ forceRewriting()
Sets the forced mode to ignore TTL and rewrite the cache.
- Аргументы
-
См. определение в файле cache.php строка 541
◆ getCacheEngineType()
static getCacheEngineType |
( |
| ) |
|
|
static |
◆ getPath()
static getPath |
( |
| $uniqueString | ) |
|
|
static |
◆ getSalt()
◆ getShowCacheStat()
static getShowCacheStat |
( |
| ) |
|
|
static |
◆ getVars()
◆ initCache()
initCache |
( |
| $ttl, |
|
|
| $uniqueString, |
|
|
| $initDir = false, |
|
|
| $baseDir = 'cache' ) |
@noinspection PhpUndefinedFieldInspection
@noinspection PhpUndefinedFieldInspection
См. определение в файле cache.php строка 271
◆ isCacheExpired()
◆ isStarted()
◆ noOutput()
◆ output()
◆ setClearCache()
static setClearCache |
( |
| $clearCache | ) |
|
|
static |
A privileged user wants to skip cache on this hit.
- Аргументы
-
См. определение в файле cache.php строка 159
◆ setClearCacheSession()
static setClearCacheSession |
( |
| $clearCacheSession | ) |
|
|
static |
A privileged user wants to skip cache on this session.
- Аргументы
-
См. определение в файле cache.php строка 168
◆ setShowCacheStat()
static setShowCacheStat |
( |
| $showCacheStat | ) |
|
|
static |
◆ shouldClearCache()
static shouldClearCache |
( |
| ) |
|
|
static |
Returns true if a privileged user wants to skip reading from cache (on this hit or session).
- Возвращает
- bool
См. определение в файле cache.php строка 194
◆ 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
◆ $hasOutput
◆ $initDir
◆ $isStarted
◆ $showCacheStat
◆ $ttl
◆ $uniqueString
string $uniqueString = '' |
|
protected |
◆ $vars