[#CCoinsViewCache-Reset] = xref:CCoinsViewCache.adoc[CCoinsViewCache]::Reset :relfileprefix: ../ :mrdocs: Discard all modifications made to this cache without flushing to the base view. This can be used to efficiently reuse a cache instance across multiple operations. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void Reset() noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#