Mark an entry FRESH, adding it to the flagged linked list if needed.
Declared in <coins.h>
static
void
SetFresh(
CoinsCachePair& pair,
CoinsCachePair& sentinel) noexcept;
| Name | Description |
|---|---|
| pair | The map entry to flag. |
| sentinel | The sentinel of the flagged-entry linked list. |