[#Chainstate-GetCoinsCacheSizeState-05] = xref:Chainstate.adoc[Chainstate]::GetCoinsCacheSizeState :relfileprefix: ../ :mrdocs: `GetCoinsCacheSizeState` overloads == Synopses Declared in `<validation.h>` Dictates whether we need to flush the cache to disk or not. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1ba85008), requires_capability(0x7f2e14564c58), requires_capability(0x7f2e373bde08), requires_capability(0x7f2e36e34a58)]] xref:CoinsCacheSizeState.adoc[CoinsCacheSizeState] xref:Chainstate/GetCoinsCacheSizeState-03.adoc[GetCoinsCacheSizeState](); ---- [.small]#xref:Chainstate/GetCoinsCacheSizeState-03.adoc[_» more..._]# Dictates whether we need to flush the cache to disk or not, using explicit limits. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1ba850d8), requires_capability(0x7f2e14564d28), requires_capability(0x7f2e373bded8), requires_capability(0x7f2e36e34b28)]] xref:CoinsCacheSizeState.adoc[CoinsCacheSizeState] xref:Chainstate/GetCoinsCacheSizeState-00.adoc[GetCoinsCacheSizeState]( size_t max_coins_cache_size_bytes, size_t max_mempool_size_bytes); ---- [.small]#xref:Chainstate/GetCoinsCacheSizeState-00.adoc[_» more..._]# == Return Value * the state of the size of the coins cache. * The state of the size of the coins cache. == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#