|
| __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 строка 31
◆ __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 строка 154
◆ endDataCache()
endDataCache |
( |
|
$vars = false | ) |
|
@noinspection PhpUndefinedFieldInspection
@noinspection PhpUndefinedFieldInspection
См. определение в файле cache.php строка 424
◆ forceRewriting()
Sets the forced mode to ignore TTL and rewrite the cache.
- Аргументы
-
См. определение в файле cache.php строка 558
◆ getCacheEngineType()
static getCacheEngineType |
( |
| ) |
|
|
static |
◆ getPath()
static getPath |
( |
|
$uniqueString | ) |
|
|
static |
◆ getSalt()
◆ getShowCacheStat()
static getShowCacheStat |
( |
| ) |
|
|
static |
◆ getVars()
◆ initCache()
initCache |
( |
|
$TTL, |
|
|
|
$uniqueString, |
|
|
|
$initDir = false , |
|
|
|
$baseDir = "cache" |
|
) |
| |
◆ isCacheExpired()
◆ isStarted()
◆ noOutput()
◆ output()
◆ setClearCache()
static setClearCache |
( |
|
$clearCache | ) |
|
|
static |
A privileged user wants to skip cache on this hit.
- Аргументы
-
См. определение в файле cache.php строка 179
◆ setClearCacheSession()
static setClearCacheSession |
( |
|
$clearCacheSession | ) |
|
|
static |
A privileged user wants to skip cache on this session.
- Аргументы
-
См. определение в файле cache.php строка 188
◆ 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 строка 214
◆ startDataCache()
startDataCache |
( |
|
$TTL = false , |
|
|
|
$uniqueString = false , |
|
|
|
$initDir = false , |
|
|
|
$vars = array() , |
|
|
|
$baseDir = "cache" |
|
) |
| |
◆ $baseDir
◆ $cacheEngine
◆ $clearCache
◆ $clearCacheSession
$clearCacheSession = null |
|
staticprotected |
◆ $content
◆ $filename
◆ $forceRewriting
◆ $hasOutput
◆ $initDir
◆ $isStarted
◆ $showCacheStat
◆ $TTL
◆ $uniqueString
◆ $vars