[#CoinsCacheSizeState] = CoinsCacheSizeState :mrdocs: How full the in‐memory coins cache is relative to its budget. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class CoinsCacheSizeState : int; ---- == Members [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#