GetCoinsCacheSizeState overloads
Synopses
Declared in <validation.h>
Dictates whether we need to flush the cache to disk or not.
[[requires_capability(0x7ff37b902c58), requires_capability(0x7ff375c49868), requires_capability(0x7ff37e0546d8), requires_capability(0x7ff375935638)]]
CoinsCacheSizeState
GetCoinsCacheSizeState();
Dictates whether we need to flush the cache to disk or not, using explicit limits.
[[requires_capability(0x7ff37b902d28), requires_capability(0x7ff375c49938), requires_capability(0x7ff37e0547a8), requires_capability(0x7ff375935708)]]
CoinsCacheSizeState
GetCoinsCacheSizeState(
size_t max_coins_cache_size_bytes,
size_t max_mempool_size_bytes);
Return Value
-
the state of the size of the coins cache.
-
The state of the size of the coins cache.
Parameters
Name |
Description |
max_coins_cache_size_bytes |
Maximum size budget for the in‐memory coins cache. |
max_mempool_size_bytes |
Maximum size budget for the mempool. |
Created with MrDocs