How full the in-memory coins cache is relative to its budget.
Declared in <validation.h>
enum class CoinsCacheSizeState : int;
| Name | Description |
|---|---|
CRITICAL | The coins cache is in immediate need of a flush. |
LARGE | The cache is at >= 90% capacity. |
OK | The cache is at >= 90% capacity. |