Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Announcing a better Second Level Caching Library! #67

Open
VahidN opened this issue Feb 15, 2020 · 0 comments
Open

Announcing a better Second Level Caching Library! #67

VahidN opened this issue Feb 15, 2020 · 0 comments

Comments

@VahidN
Copy link
Owner

VahidN commented Feb 15, 2020

EF Core 3x introduces the interceptors concept. By using them we can watch for the specific queries which are tagged as Cachable (using the standard TagWith method) and then cache their results. This method is a lot faster, doesn't use any Reflection and just uses the standard and public API of EF core and doesn't change the current expression tree. Also it doesn't need any settings for the cache invalidation. Cache invalidation will be performed during the CRUD operations automatically.

You can find this new library here:
https://github.com/VahidN/EFCoreSecondLevelCacheInterceptor

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant