Searched refs:CacheInCacheStoreManager (Results 1 – 1 of 1) sorted by relevance
62 class CacheInCacheStoreManager { class79 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();