ReadonlystatsLive hit/miss/coalesce counters.
ReadonlyttlsEffective TTLs after option merge.
Clear the whole cache.
Cached, coalesced getPortfolio.
Optionaloptions: GetQuoteOptionsCached, coalesced getQuote.
Optionaloptions: GetQuoteOptionsCached, coalesced USDG balance.
Drop a cached key (e.g. after a write you know invalidates it).
A read-through cache over the hoodchain SDK reads, with request coalescing: N concurrent identical reads collapse into ONE upstream call, and results are cached per-datatype TTL. Wrap the hot read paths (quotes, portfolios) to cut RPC load by orders of magnitude under load.