[#MemPoolFeeRateEstimatorCache-IsStale] = xref:MemPoolFeeRateEstimatorCache.adoc[MemPoolFeeRateEstimatorCache]::IsStale :relfileprefix: ../ :mrdocs: Returns true if the cache is empty or older than CACHE_LIFE. == Synopsis Declared in `<policy/fees/mempool_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsStale() const; ---- == Return Value true if the cache holds no estimate or the stored estimate has expired. [.small]#Created with https://www.mrdocs.com[MrDocs]#