Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dgae-stub-1.0.8.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/combo/ComboStrap/
H A DCacheReportHtmlDataBlockArray.php30 $cacheManager = ExecutionContext::getActualOrCreateFromEnv()
32 $cacheReporters = $cacheManager->getCacheResults();
H A DExecutionContext.php116 private CacheManager $cacheManager;
388 unset($this->cacheManager);
413 if (!isset($root->cacheManager)) {
414 $root->cacheManager = new CacheManager($this);
416 return $root->cacheManager;
107 private CacheManager $cacheManager; global() variable in ComboStrap\\ExecutionContext
/plugin/combo/action/
H A Dcacheexpiration.php92 $cacheManager = $executionContext->getCacheManager();
93 $shouldSlotExpire = $cacheManager->shouldSlotExpire($pageId);