Variable TRANSACTION_METHOD_AGGREGATE_CACHEConst
TRANSACTION_METHOD_AGGREGATE_CACHE: {
l1: { ttl: 30000 };
namespace: "transaction-method-aggregate";
ttl: number;
} = ...
Type Declaration
Readonlyl1: { ttl: 30000 }
Readonlynamespace: "transaction-method-aggregate"
Readonlyttl: number
Shared cache config for the customer money-movement
aggregateTotalsByMethodprojection. Same ownership + busting model as TRANSACTION_SEARCH_CACHE.