[#CoinsViews-m_cacheview] = xref:CoinsViews.adoc[CoinsViews]::m_cacheview :relfileprefix: ../ :mrdocs: This is the top layer of the cache hierarchy ‐ it keeps as many coins in memory as can fit per the dbcache setting. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7f95139b7298), guarded_by(0x7f9501ef6318), guarded_by(0x7f952537d0e8), guarded_by(0x7f95150ff638)]] std::unique_ptr<CCoinsViewCache> m_cacheview; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#