Searched refs:mruCache (Results 1 – 1 of 1) sorted by relevance
57 android::base::MruCache<BlobCacheType, BlobCacheType> mruCache(3200, &testFlattener); variable58 CacheObserver<BlobCacheType, BlobCacheType> sss(&mruCache);68 mruCache.put(keyVec, keySize, std::move(valueVec), valueSize); in SetBlob()76 auto found = mruCache.get(keyVec, &result); in GetBlob()