Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 8 of 8) sorted by relevance

/applications/standard/launcher/common/src/main/ets/default/cache/
DAppResourceCacheManager.ts43 const cache = this.getCacheFromMemory(cacheKey, cacheType); constant
86 const cache = this.memoryCache.getCache(cacheKey); constant
DAppListInfoCacheManager.ts40 const cache = this.lruCache.getCache(key); constant
DLruCache.ts20 private readonly cache: Map<string, object | string>; property in LruCache
DFormListInfoCacheManager.ts47 const cache = this.lruCache.getCache(key); constant
DDiskLruCache.ts24 private readonly cache; property in DiskLruCache
/applications/standard/photos/entry/src/main/ets/feature/editor/base/
DImageFilterBase.ts21 private cache: PixelMapWrapper = undefined; property in ImageFilterBase
/applications/standard/app_samples/ability/Launcher/base/src/main/ets/default/manager/
DLruCache.ts22 private readonly cache: Map<string, object | string> = new Map() property in LruCache
DResourceManager.ts49 const cache = this.memoryCache.getCache(cacheKey) constant