Mid EF Core

How to use caching with EF Core?

  • EF Core doesn’t have built-in caching for query results.
  • Use second-level caching libraries (like EFCoreSecondLevelCacheInterceptor).
  • Use application-level caching (MemoryCache, Redis) strategically.

More from Entity Framework Core Tutorial

All questions for this course