[#ChainstateManager-m_total_coinsdb_cache] = xref:ChainstateManager.adoc[ChainstateManager]::m_total_coinsdb_cache :relfileprefix: ../ :mrdocs: The total number of bytes available for us to use across all leveldb coins databases. This will be split somehow across chainstates. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t m_total_coinsdb_cache = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#