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.ts40 class CacheInCacheStoreManager { class
57 cacheInCacheStoreManager: Map<string, CacheInCacheStoreManager>;
60 this.cacheInCacheStoreManager = new Map<string, CacheInCacheStoreManager>();
63 public mount(cacheStoreManagerKey: string): CacheInCacheStoreManager {
64 let cacheInCacheStoreManagerValue: CacheInCacheStoreManager | undefined =
68 cacheInCacheStoreManagerValue = new CacheInCacheStoreManager();
86 CacheInCacheStoreManager,
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dshare.ts107 class CacheInCacheStoreManager { class
124 cacheInCacheStoreManager: Map<string, CacheInCacheStoreManager>;
127 this.cacheInCacheStoreManager = new Map<string, CacheInCacheStoreManager>();
130 public mount(cacheStoreManagerKey: string): CacheInCacheStoreManager {
131 let cacheInCacheStoreManagerValue: CacheInCacheStoreManager | undefined =
135 cacheInCacheStoreManagerValue = new CacheInCacheStoreManager();