Home
last modified time | relevance | path

Searched refs:cacheManager (Results 1 – 3 of 3) sorted by relevance

/template/strap/ComboStrap/
H A DCacheReportHtmlDataBlockArray.php30 $cacheManager = ExecutionContext::getActualOrCreateFromEnv()
32 $cacheReporters = $cacheManager->getCacheResults();
H A DExecutionContext.php116 private CacheManager $cacheManager; variable in ComboStrap\\ExecutionContext
388 unset($this->cacheManager);
413 if (!isset($root->cacheManager)) {
414 $root->cacheManager = new CacheManager($this);
416 return $root->cacheManager;
/template/strap/action/
H A Dcacheexpiration.php92 $cacheManager = $executionContext->getCacheManager();
93 $shouldSlotExpire = $cacheManager->shouldSlotExpire($pageId);