Variable TRANSACTION_SEARCH_CACHEConst
TRANSACTION_SEARCH_CACHE: {
keyPrefix: "search";
l1: { ttl: 30000 };
namespace: "transaction-search";
ttl: number;
} = ...
Type Declaration
-
ReadonlykeyPrefix: "search"
-
Readonlyl1: { ttl: 30000 }
-
Readonlynamespace: "transaction-search"
-
Readonlyttl: number
Shared cache config for the customer transaction
searchprojection. Owned byTransactionService(read-through), busted cross-process by every transaction WRITER via TransactionCacheBuster, which constructs a buster over this same namespace + cluster. Entries are tagged with the owning externalcustomerId, so a per-customer write surgically busts only that customer's cached searches.