Searched refs:cacheManager (Results 1 – 3 of 3) sorted by relevance
30 $cacheManager = ExecutionContext::getActualOrCreateFromEnv()32 $cacheReporters = $cacheManager->getCacheResults();
116 private CacheManager $cacheManager; variable in ComboStrap\\ExecutionContext388 unset($this->cacheManager);413 if (!isset($root->cacheManager)) {414 $root->cacheManager = new CacheManager($this);416 return $root->cacheManager;
92 $cacheManager = $executionContext->getCacheManager();93 $shouldSlotExpire = $cacheManager->shouldSlotExpire($pageId);