[#CoinsViewOverlay-Flush] = xref:CoinsViewOverlay.adoc[CoinsViewOverlay]::Flush :relfileprefix: ../ :mrdocs: Warn if prefetched inputs went unconsumed, stop fetching, then flush to the base cache. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void Flush(bool reallocate_cache = true) override; ---- == Parameters [cols="1,4"] |=== | Name| Description | *reallocate_cache* | When false, keep the same memory footprint after flushing instead of shrinking. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#