Module cache

Module cache 

Source
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ยง

CacheStats
Cache statistics.
CacheStatsBuilder
Builder for CacheStats with fluent API.
SizedCacheStats
Size-based cache statistics with byte tracking.
SizedCacheStatsBuilder
Builder for SizedCacheStats with fluent API.
TieredCacheStats
Multi-level cache statistics.