Consider using Microsoft.Extensions.Caching.Memory for all caches #5322
Labels
closed-out-of-scope
This is not something that will be fixed/implemented and the issue is closed.
type-enhancement
Currently we use
Microsoft.Extensions.Caching.Memory
for our first level query cache and our own custom caching for all other things across the EF Core stack. Since there is no automatic eviction in our custom caching code it would be possible to make EF consume all memory in caching by just doing enough things in an application, e.g. queries with many different combinations of parameters enter the second level query cache, many models are created dynamically, etc.The text was updated successfully, but these errors were encountered: