Home
last modified time | relevance | path

Searched defs:putCache (Results 1 – 3 of 3) sorted by relevance

/applications/standard/launcher/common/src/main/ets/default/cache/
DLruCache.ts53 putCache(key: string, value: any): void { method in LruCache
DDiskLruCache.ts65 putCache(key: string, value: object | string): void { method in DiskLruCache
/applications/standard/app_samples/code/SystemFeature/ApplicationModels/Launcher/base/src/main/ets/default/manager/
DLruCache.ts53 putCache(key: string, value: any): void { method in LruCache