abp
abp copied to clipboard
Hybrid Cache Support for EntityCache
Is there an existing issue for this?
- [x] I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
No response
Describe the solution you'd like
Currently, EntityCache<TEntity, TKey> in ABP Framework uses only IDistributedCache. It would be nice if we could use the newer IHybridCache for Entity caching
Additional context
No response