We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, is there any way override the cache key generator?
It's a similar use case to #445, but I would just like to inject my tenant context in to the cache key generator and add the tenant ID as a prefix.
The text was updated successfully, but these errors were encountered:
@tietoevry-johan Thanks for your interest in this project.
In EasyCaching, only interceptor contains cache key generator IEasyCachingKeyGenerator.
IEasyCachingKeyGenerator
When you call method Set(Async) or Get(Async), the cache key was defined by yourself.
Set(Async)
Get(Async)
Sorry, something went wrong.
@catcherwong alright, thanks for the update and a nice library :)
No branches or pull requests
Description
Hi, is there any way override the cache key generator?
It's a similar use case to #445, but I would just like to inject my tenant context in to the cache key generator and add the tenant ID as a prefix.
Specifications
The text was updated successfully, but these errors were encountered: