Searched defs:PersistentCacheOptions (Results 1 – 1 of 1) sorted by relevance
18 struct PersistentCacheOptions { struct19 PersistentCacheOptions() {} in PersistentCacheOptions() argument20 explicit PersistentCacheOptions( in PersistentCacheOptions() function27 virtual ~PersistentCacheOptions() {} in ~PersistentCacheOptions() argument29 std::shared_ptr<PersistentCache> persistent_cache;30 std::string key_prefix;31 Statistics* statistics = nullptr;