Home
last modified time | relevance | path

Searched defs:PersistentCacheOptions (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/table/
Dpersistent_cache_options.h18 struct PersistentCacheOptions { struct
19 PersistentCacheOptions() {} in PersistentCacheOptions() argument
20 explicit PersistentCacheOptions( in PersistentCacheOptions() function
27 virtual ~PersistentCacheOptions() {} in ~PersistentCacheOptions() argument
29 std::shared_ptr<PersistentCache> persistent_cache;
30 std::string key_prefix;
31 Statistics* statistics = nullptr;