Searched refs:ShardedLRUCache (Results 1 – 1 of 1) sorted by relevance
351 class ShardedLRUCache : public Cache { class364 explicit ShardedLRUCache(size_t capacity) : last_id_(0) { in ShardedLRUCache() function in tensorflow::table::__anon4220aee90111::ShardedLRUCache370 ~ShardedLRUCache() override {} in ~ShardedLRUCache()446 Cache* NewLRUCache(size_t capacity) { return new ShardedLRUCache(capacity); } in NewLRUCache()