VahidN / EFSecondLevelCache.Core

Entity Framework Core Second Level Caching Library
Apache License 2.0
326 stars 51 forks source link

Anything like this available for EF6 / .NET Framework? #21

Closed RudeySH closed 6 years ago

RudeySH commented 6 years ago

The documentation mentions the following:

This cache is updated when an entity is changed (insert, update, or delete) via a DbContext that uses this library.

Is anything like this implemented in any of the available EF6 libraries that you know of? I'm not using .NET Core unfortunately.

RudeySH commented 6 years ago

It seems EFCache does what I was looking for.

VahidN commented 6 years ago
lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related problems.