PreviousNext

How Entity Framework Core’s query cache works

by bill-s, 2020-11-09T20:43:02.904Z

Last week, when speaking at .NET Developer Days, I got a question about the query cache in Entity Framework Core – is it shared across DbContexts or is it per instance? With this question I realized I know how the cache work(ed) in Entity Framework 6, but I’m not entirely sure how it’s done in Entity Framework Core. Time to explore! And you can go with me.

Read More