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.ts62 class CacheInCacheStoreManager { class
79 cacheInCacheStoreManager: Map<string, CacheInCacheStoreManager>;
82 this.cacheInCacheStoreManager = new Map<string, CacheInCacheStoreManager>();
85 public mount(cacheStoreManagerKey: string): CacheInCacheStoreManager {
86 let cacheInCacheStoreManagerValue: CacheInCacheStoreManager | undefined =
90 cacheInCacheStoreManagerValue = new CacheInCacheStoreManager();