[#Chainstate-InitCoinsCache] = xref:Chainstate.adoc[Chainstate]::InitCoinsCache :relfileprefix: ../ :mrdocs: Initialize the in‐memory coins cache (to be done after the health of the on‐disk database is verified). == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f9513ab3ab8), requires_capability(0x7f9502c96b28), requires_capability(0x7f9525448858), requires_capability(0x7f95173feb38)]] void InitCoinsCache(size_t cache_size_bytes); ---- == Parameters [cols="1,4"] |=== | Name| Description | *cache_size_bytes* | Size budget for the in‐memory coins cache. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#