[#CCoinsViewCache-GetCacheSize] = xref:CCoinsViewCache.adoc[CCoinsViewCache]::GetCacheSize :relfileprefix: ../ :mrdocs: Size of the cache (in number of transaction outputs) == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned int GetCacheSize() const; ---- == Return Value Number of transaction outputs currently held in the cache. [.small]#Created with https://www.mrdocs.com[MrDocs]#