Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dshare.ts79 cacheInCacheStoreManager: Map<string, CacheInCacheStoreManager>; property in CacheStoreManager
82 this.cacheInCacheStoreManager = new Map<string, CacheInCacheStoreManager>();
87 this.cacheInCacheStoreManager.get(cacheStoreManagerKey);
91 this.cacheInCacheStoreManager.set(cacheStoreManagerKey, cacheInCacheStoreManagerValue);
98 this.cacheInCacheStoreManager?.delete(cacheStoreManagerKey);
102 return this.cacheInCacheStoreManager?.keys();