[#CCoinsCacheEntry-SetFresh] = xref:CCoinsCacheEntry.adoc[CCoinsCacheEntry]::SetFresh :relfileprefix: ../ :mrdocs: Mark an entry FRESH, adding it to the flagged linked list if needed. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void SetFresh( xref:CoinsCachePair.adoc[CoinsCachePair]& pair, xref:CoinsCachePair.adoc[CoinsCachePair]& sentinel) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *pair* | The map entry to flag. | *sentinel* | The sentinel of the flagged‐entry linked list. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#