[#CCoinsViewCache-Uncache] = xref:CCoinsViewCache.adoc[CCoinsViewCache]::Uncache :relfileprefix: ../ :mrdocs: Removes the UTXO with the given outpoint from the cache, if it is not modified. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Uncache(xref:COutPoint.adoc[COutPoint] const& outpoint); ---- == Parameters [cols="1,4"] |=== | Name| Description | *outpoint* | The outpoint whose unmodified coin to drop from the cache. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#