Variable BANK_BALANCE_TIMESERIES_CACHEConst
BANK_BALANCE_TIMESERIES_CACHE: {
keyPrefix: "timeseries";
l1: { ttl: 30000 };
namespace: "bank-balance-timeseries";
ttl: number;
} = ...
Type Declaration
-
ReadonlykeyPrefix: "timeseries"
-
Readonlyl1: { ttl: 30000 }
-
Readonlynamespace: "bank-balance-timeseries"
-
Readonlyttl: number
Cache config for the implied-balance timeseries read. Entries are tagged with the account's correlation key so a
create/updateon that key busts the chart — the same trigger that busts the search cache.