Searched refs:tiny_cache_ (Results 1 – 2 of 2) sorted by relevance
73 std::shared_ptr<Cache> tiny_cache_; member in ROCKSDB_NAMESPACE::FaultInjectionTest146 assert(tiny_cache_ == nullptr); in NewDB()157 tiny_cache_ = NewLRUCache(100); in NewDB()158 table_options.block_cache = tiny_cache_; in NewDB()184 tiny_cache_.reset(); in TearDown()
44 std::shared_ptr<Cache> tiny_cache_; member in ROCKSDB_NAMESPACE::CorruptionTest52 tiny_cache_ = NewLRUCache(100, 4); in CorruptionTest()88 table_options.block_cache = tiny_cache_; in TryReopen()