Home
last modified time | relevance | path

Searched refs:CacheManager (Results 1 – 9 of 9) sorted by relevance

/template/strap/ComboStrap/
DCacheManager.php19 class CacheManager class
52 * @return CacheManager
55 public static function getFromContextExecution(): CacheManager
DCacheLog.php47 CacheManager::CACHE_DELETION,
70 CacheManager::CACHE_CREATION,
DExecutionContext.php116 private CacheManager $cacheManager;
410 public function getCacheManager(): CacheManager
414 $root->cacheManager = new CacheManager($this);
DPluginUtility.php1051 public static function getCacheManager(): CacheManager
1053 return CacheManager::getFromContextExecution();
/template/strap/action/
Dcache.php3 use ComboStrap\CacheManager; alias
79 $cacheReporter = CacheManager::getFromContextExecution()->getCacheResultsForSlot($slotId);
Dsnippets.php3 use ComboStrap\CacheManager; alias
91 $cacheReporters = CacheManager::getFromContextExecution()->getCacheResults();
/template/strap/syntax/
Dfragment.php8 use ComboStrap\CacheManager; alias
Dbrand.php10 use ComboStrap\CacheManager; alias
Diterator.php11 use ComboStrap\CacheManager; alias