[#LargeCoinsCacheThreshold] = LargeCoinsCacheThreshold :mrdocs: Compute the coins‐cache usage threshold above which a periodic flush is warranted. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr int64_t LargeCoinsCacheThreshold(int64_t total_space) noexcept; ---- == Return Value The usage threshold, in the same units as total_space. == Parameters [cols="1,4"] |=== | Name| Description | *total_space* | The total space available to the coins cache. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#