Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Hybrid cache pre-release #876

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vinisdl
Copy link

@vinisdl vinisdl commented Dec 31, 2024

This package contains a concrete implementation of the HybridCache API, simplifying and enhancing cache usage that might previously have been built on top of IDistributedCache.

Key features:

built on top of IDistributedCache - all existing cache backends (Redis, SQL Server, CosmosDB, etc) should work immediately
simple API (all the cache, serialization, etc details from are encapsulated)
cache-stampede protection (combining of concurrent requests for the same data)
performance enhancements such as inbuilt support for the newer IBufferDistributedCache API
fully configurable serialization
Full HybridCache documentation is here.

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

Successfully merging this pull request may close these issues.

1 participant