@cfxlabsinc/b2b-services
    Preparing search index...
    BANK_BALANCE_TIMESERIES_CACHE: {
        keyPrefix: "timeseries";
        l1: { ttl: 30000 };
        namespace: "bank-balance-timeseries";
        ttl: number;
    } = ...

    Cache config for the implied-balance timeseries read. Entries are tagged with the account's correlation key so a create / update on that key busts the chart — the same trigger that busts the search cache.

    Type Declaration

    • ReadonlykeyPrefix: "timeseries"
    • Readonlyl1: { ttl: 30000 }
    • Readonlynamespace: "bank-balance-timeseries"
    • Readonlyttl: number