Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/transform_ut/helpers/
Dcache.ts57 cacheInCacheStoreManager: Map<string, CacheInCacheStoreManager>; property in CacheStoreManager
60 this.cacheInCacheStoreManager = new Map<string, CacheInCacheStoreManager>();
65 this.cacheInCacheStoreManager.get(cacheStoreManagerKey);
69 this.cacheInCacheStoreManager.set(cacheStoreManagerKey, cacheInCacheStoreManagerValue);
76 this.cacheInCacheStoreManager?.delete(cacheStoreManagerKey);
80 return this.cacheInCacheStoreManager?.keys();
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dshare.ts124 cacheInCacheStoreManager: Map<string, CacheInCacheStoreManager>; property in CacheStoreManager
127 this.cacheInCacheStoreManager = new Map<string, CacheInCacheStoreManager>();
132 this.cacheInCacheStoreManager.get(cacheStoreManagerKey);
136 this.cacheInCacheStoreManager.set(cacheStoreManagerKey, cacheInCacheStoreManagerValue);
143 this.cacheInCacheStoreManager?.delete(cacheStoreManagerKey);
147 return this.cacheInCacheStoreManager?.keys();