Variable LEDGER_ACCOUNT_CONSUMER_SEARCH_CACHEConst
LEDGER_ACCOUNT_CONSUMER_SEARCH_CACHE: {
l1: { ttl: 30000 };
namespace: "ledger-account-consumer-search";
ttl: number;
} = ...
Type Declaration
Readonlyl1: { ttl: 30000 }
Readonlynamespace: "ledger-account-consumer-search"
Readonlyttl: number
Shared consumer-search cache config.
LedgerAccountQueryServiceowns the read;LedgerAccountAdminQueryServiceconstructs a buster over the same namespace so admin-path writes (and the Helius on-chain balance webhook) bust the cache the customer dashboard reads — same namespace + cluster busts cross-process.