Expand description
Cache-related types for CHIE Protocol.
This module provides shared types for cache statistics and metrics that can be used across different caching implementations.
Structsยง
- Cache
Stats - Cache statistics.
- Cache
Stats Builder - Builder for CacheStats with fluent API.
- Sized
Cache Stats - Size-based cache statistics with byte tracking.
- Sized
Cache Stats Builder - Builder for SizedCacheStats with fluent API.
- Tiered
Cache Stats - Multi-level cache statistics.