|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct (Pool $pool, int $ttl, string $cacheId, Cache $cache, EventManager $eventManager) | |
| loadDataFromCache () | |
| saveDataToCache () | |
| getItem (string $key) | |
| addItem (string $key, $value) | |
| deleteItem (string $key) | |
| cleanItems () | |
| Открытые члены унаследованные от Cache | |
| __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) | |
Защищенные данные | |
| $pool | |
| $cache | |
| $isItemChanged = false | |
| Защищенные данные унаследованные от Cache | |
| CacheEngineInterface | $cacheEngine |
| $content | |
| $vars | |
| int | $ttl = 0 |
| string | $uniqueString = '' |
| string | $baseDir = 'cache' |
| string | $initDir = '' |
| string | $filename = '' |
| bool | $isStarted = false |
| bool | $forceRewriting = false |
| bool | $hasOutput = true |
Дополнительные унаследованные члены | |
| Открытые статические члены унаследованные от Cache | |
| static | createCacheEngine ($params=[]) |
| static | getCacheEngineType () |
| static | createInstance ($params=[]) |
| static | setShowCacheStat ($showCacheStat) |
| static | getShowCacheStat () |
| static | setClearCache ($clearCache) |
| static | setClearCacheSession ($clearCacheSession) |
| static | getSalt () |
| static | shouldClearCache () |
| static | getPath ($uniqueString) |
| static | clearCache ($full=false, $initDir='') |
| Статические защищенные данные унаследованные от Cache | |
| static | $showCacheStat = false |
| static | $clearCache = null |
| static | $clearCacheSession = null |
См. определение в файле cachedpool.php строка 11
| __construct | ( | Pool | $pool, |
| int | $ttl, | ||
| string | $cacheId, | ||
| Cache | $cache, | ||
| EventManager | $eventManager ) |
CachePool constructor.
| Pool | $pool | |
| int | $ttl | |
| string | $cacheId | |
| Cache | $cache | |
| EventManager | $eventManager |
См. определение в файле cachedpool.php строка 28
| addItem | ( | string | $key, |
| $value ) |
| string | $key | |
| mixed | $value |
См. определение в файле cachedpool.php строка 66
| cleanItems | ( | ) |
См. определение в файле cachedpool.php строка 81
| deleteItem | ( | string | $key | ) |
| string | $key |
См. определение в файле cachedpool.php строка 75
| getItem | ( | string | $key | ) |
| loadDataFromCache | ( | ) |
См. определение в файле cachedpool.php строка 34
| saveDataToCache | ( | ) |
См. определение в файле cachedpool.php строка 43
|
protected |
См. определение в файле cachedpool.php строка 16
|
protected |
См. определение в файле cachedpool.php строка 18
|
protected |
См. определение в файле cachedpool.php строка 14