Found 2 packages
CacheFlow is a comprehensive caching solution that provides: - Thread-safe operations - Comprehensive logging - Flexible cache providers - Configurable serialization - Memory pressure handling - Cache stampede protection - Distributed caching support - Tag-based cache operations - Advanced monitoring and metrics - Multi-layer caching (memory and distributed) Perfect for high-performance applications requiring robust caching capabilities.
Lightweight distributed caching library for .NET 9+ implementing Microsoft's HybridCache abstraction on top of Redis. Provides strongly typed caching with MessagePack serialization, distributed locking, rate limiting, stampede protection, and tag-based invalidation. Less than 500 lines of code for easy understanding and maintenance. Built on StackExchange.Redis with automatic health checks.