| 182 | } |
| 183 | |
| 184 | uint32_t CCdpDBCache::GetCacheSize() const { |
| 185 | return cdp_global_data_cache.GetCacheSize() + cdp_cache.GetCacheSize() + cdp_bcoin_cache.GetCacheSize() + |
| 186 | user_cdp_cache.GetCacheSize() + cdp_ratio_index_cache.GetCacheSize() + cdp_height_index_cache.GetCacheSize(); |
| 187 | } |
| 188 | |
| 189 | bool CCdpDBCache::Flush() { |
| 190 | cdp_global_data_cache.Flush(); |
no outgoing calls