Searched refs:CacheInCacheStoreManager (Results 1 – 2 of 2) sorted by relevance
40 class CacheInCacheStoreManager { class57 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,
107 class CacheInCacheStoreManager { class124 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();