Skip to content

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