abp
abp copied to clipboard
Strengthen the use of 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.
I want to cache entities through SQL queries after the program starts, but IEntityCache does not provide the SetAsync method, so I need to obtain them one by one through GetAsync, which is extremely inefficient.
Describe the solution you'd like
IEntityCache provides the SetAsync method
Additional context
No response