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 server like memcache or redis. I know that Nhibernate have some very nice appenders like memcache. I find NCache with a quick internet search. But its documentation and samples seems outdated. So I'm not sure if I can use it. Are there any stable cache providers for EF5 or EF6?
Try using EntityFramework.Extended cache with any cache mechanism you prefer.
https://github.com/loresoft/EntityFramework.Extended/wiki/Query-Result-Cache
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With