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
16 watching
96 forks
Language: C#
last commit: 6 days ago
Linked from 3 awesome lists
asynccachecache-stampedecachingcsharpdotnethybridhybrid-cachemulti-levelperformancestampede
Related projects:
Repository | Description | Stars |
---|---|---|
zkat/cacache-rs | A high-performance, concurrent cache system with support for async APIs and various features. | 539 |
creativecreature/sturdyc | A caching library designed to make I/O heavy applications robust and highly performant by supporting non-blocking reads and configurable shards. | 338 |
snazy/ohc | A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,071 |
karlseguin/cache.zig | A thread-safe, expiration-aware cache implementation with LRU-like behavior and configurable segments. | 42 |
jeppevammenkristensen/cachesourcegenerator | Generates cache boilerplate code around a method to simplify caching in C# applications. | 4 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
zkniebel/sitecore-advanced-output-caching | Enables rules-based caching of personalized Sitecore components with flexible variance logic | 2 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
sj-distributor/fastcache | A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. | 45 |
oastuff/clusteredbigcache | Provides in-memory caching with clustering support | 45 |
defcronyke/godscache | Provides a caching layer for Google Cloud Datastore using memcached, supporting multiple cloud platforms | 11 |
servicetitan/stl.fusion | A .NET library that enables transparent caching and real-time updates with minimal extra code | 1,858 |
jitbit/fastcache | A high-performance memory cache for .NET with expiration and thread-safety | 135 |
partech/cache-processing-instance | A proof-of-concept implementation of an HTML cache processing service. | 2 |
sobstel/metaphore | A caching solution that prevents the dogpile effect by using a semaphore to control access to cached data. | 101 |