It would be good to dynamically generate the cacheKeyPrefix based on the incoming request
The use case would be to set the cacheKeyPrefix to the tenantId for the incoming request so each tenant has its own namespace for the keys
For us the tenantId would either be in the header or as part of the JWT based on how the user is authenticated
It would be good to dynamically generate the cacheKeyPrefix based on the incoming request
The use case would be to set the cacheKeyPrefix to the tenantId for the incoming request so each tenant has its own namespace for the keys
For us the tenantId would either be in the header or as part of the JWT based on how the user is authenticated