FusionCache
Cache library
A hybrid cache with advanced resiliency features and optional real-time sync capabilities
FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features.
2k stars
18 watching
102 forks
Language: C#
last commit: 2 months ago
Linked from 3 awesome lists
asynccachecache-stampedecachingcsharpdotnethybridhybrid-cachemulti-levelperformancestampede
Related projects:
Repository | Description | Stars |
---|---|---|
| A high-performance, concurrent cache system with support for async APIs and various features. | 556 |
| A caching library designed to make I/O heavy applications robust and highly performant by supporting non-blocking reads and configurable shards. | 346 |
| A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,072 |
| A thread-safe, expiration-aware cache implementation with LRU-like behavior and configurable segments. | 44 |
| Generates cache boilerplate code around a method to simplify caching in C# applications. | 4 |
| A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
| Enables rules-based caching of personalized Sitecore components with flexible variance logic | 2 |
| A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
| A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. | 45 |
| Provides in-memory caching with clustering support | 45 |
| Provides a caching layer for Google Cloud Datastore using memcached, supporting multiple cloud platforms | 11 |
| A .NET library that enables transparent caching and real-time updates with minimal extra code | 1,863 |
| A high-performance memory cache for .NET with expiration and thread-safety | 138 |
| A proof-of-concept implementation of an HTML cache processing service. | 2 |
| A caching solution that prevents the dogpile effect by using a semaphore to control access to cached data. | 101 |