Lines Matching refs:BlobCache
58 class BlobCache final : angle::NonCopyable
92 explicit BlobCache(size_t maxCacheSizeBytes);
93 ~BlobCache();
97 void put(const BlobCache::Key &key, angle::MemoryBuffer &&value);
101 bool compressAndPut(const BlobCache::Key &key,
106 void putApplication(const BlobCache::Key &key, const angle::MemoryBuffer &value);
110 void populate(const BlobCache::Key &key,
117 const BlobCache::Key &key,
118 BlobCache::Value *valueOut,
123 const BlobCache::Key **keyOut,
124 BlobCache::Value *valueOut);
134 const BlobCache::Key &key,
138 void remove(const BlobCache::Key &key);
174 angle::SizedMRUCache<BlobCache::Key, CacheEntry> mBlobCache;