Quantcast
Channel: Entity Framework 5.x 6.x Cache Frameworks - Stack Overflow
Browsing all 5 articles
Browse latest View live

Answer by ToXinE for Entity Framework 5.x 6.x Cache Frameworks

There is no stable cache providers for EF6.1 yet but you can have a look here Second Level Cache for EF 6.1 | Code, the Universe and everything

View Article



Answer by Kerem Demirer for Entity Framework 5.x 6.x Cache Frameworks

You can't do this out of the box. EF6 doesn't support Second Level Caching. You must implement a wrapper class for your db operations. Example: public abstract class BaseEntity{ public int Id {...

View Article

Answer by phil soady for Entity Framework 5.x 6.x Cache Frameworks

Microsoft enterprise library caching block is worth a look. available over nuget Install-Package EnterpriseLibrary.Caching caching block Documentation and Caching Architecture Guide for .NET Framework...

View Article

Answer by Yaser Moradi for Entity Framework 5.x 6.x Cache Frameworks

Try using EntityFramework.Extended cache with any cache mechanism you prefer. https://github.com/loresoft/EntityFramework.Extended/wiki/Query-Result-Cache

View Article

Entity Framework 5.x 6.x Cache Frameworks

I am using EF5 in my current project and I will upgrade it to EF6. I know that EF has an internal query cache. This is all good, but I think it won't be enough for my needs. I want to use a cache...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images