Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dutils.ts1177 const cacheServiceKey: string = getRollupCacheKey(projectConfig) + '#' + key; constant
1181 return rollupShareObject.cacheStoreManager.mount(cacheStoreKey).getCache(cacheServiceKey);
1202 const cacheServiceKey: string = getRollupCacheKey(projectConfig) + '#' + key; constant
1204 rollupShareObject.cacheStoreManager.mount(cacheStoreKey).setCache(cacheServiceKey, value);