Searched refs:CACHE_SIZE (Results 1 – 5 of 5) sorted by relevance
75 static const std::string CACHE_SIZE; variable
39 const std::string KvDBProperties::CACHE_SIZE = "cacheSize"; member in DistributedDB::KvDBProperties
46 constexpr size_t CACHE_SIZE = 40 * 1024 * 1024; variable140 ringBuffer_ = std::make_shared<RingBuffer>(CACHE_SIZE); in SetSource()
555 int cacheSize = kvDBProp.GetIntProp(KvDBProperties::CACHE_SIZE, 2048); in InitDataBaseOption()
119 properties.SetUIntProp(KvDBProperties::CACHE_SIZE, option.rdconfig.cacheSize); in InitPropWithNbOption()