Searched refs:ShardedLRUCache (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcache.cc270 class ShardedLRUCache : public Cache { class in namespace:leveldb::__anon12466
285 explicit ShardedLRUCache(size_t capacity) function in class:leveldb::__anon12466::ShardedLRUCache
292 virtual ~ShardedLRUCache() { }
322 return new ShardedLRUCache(capacity);

Completed in 74 milliseconds