Home
last modified time | relevance | path

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

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