How full the in‐memory coins cache is relative to its budget.
Synopsis
Declared in <validation.h>
enum class CoinsCacheSizeState : int;
Members
Name |
Description |
|
The coins cache is in immediate need of a flush. |
|
The cache is at >= 90% capacity. |
|
The cache is at >= 90% capacity. |
Created with MrDocs