Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Ddo_arkTS_linter.ts255 const newCache: LanguageServiceCache = {service: service, pkgJsonFileHash: currentHash}; constant
256 rollupShareObject?.cacheStoreManager?.mount(cacheManagerKey).setCache(cacheServiceKey, newCache);
Dets_checker.ts410 const newCache: LanguageServiceCache = {service: service, pkgJsonFileHash: currentHash}; constant
411 rollupShareObject?.cacheStoreManager?.mount(cacheStoreKey).setCache(cacheServiceKey, newCache);