@cfxlabsinc/b2b-services
    Preparing search index...

    Variable LEDGER_ACCOUNT_CONSUMER_SEARCH_CACHEConst

    LEDGER_ACCOUNT_CONSUMER_SEARCH_CACHE: {
        l1: { ttl: 30000 };
        namespace: "ledger-account-consumer-search";
        ttl: number;
    } = ...

    Shared consumer-search cache config. LedgerAccountQueryService owns the read; LedgerAccountAdminQueryService constructs 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.

    Type Declaration

    • Readonlyl1: { ttl: 30000 }
    • Readonlynamespace: "ledger-account-consumer-search"
    • Readonlyttl: number