Searched defs:cache (Results 1 – 9 of 9) sorted by relevance
43 const cache = this.getCacheFromMemory(cacheKey, cacheType); constant86 const cache = this.memoryCache.getCache(cacheKey); constant
40 const cache = this.lruCache.getCache(key); constant
47 const cache = this.lruCache.getCache(key); constant
20 private readonly cache: Map<string, object | string>; property in LruCache
23 private readonly cache; property in DiskLruCache
21 private cache: PixelMapWrapper = undefined; property in ImageFilterBase
22 private readonly cache: Map<string, object | string> = new Map() property in LruCache
49 const cache = this.memoryCache.getCache(cacheKey) constant
165 std::vector<char> cache; member