Searched defs:PersistentCacheConfig (Results 1 – 1 of 1) sorted by relevance
83 struct PersistentCacheConfig { struct99 Status ValidateSettings() const { in ValidateSettings()129 Env* env;134 std::string path;139 std::shared_ptr<Logger> log;144 bool enable_direct_reads = true;149 bool enable_direct_writes = false;162 uint32_t cache_file_size = 100ULL * 1024 * 1024;171 uint32_t writer_qdepth = 1;180 bool pipeline_writes = true;[all …]