# Functions
NewCacheManager creates a new cache manager.
NewDistributedCache creates a new distributed cache instance.
No description provided by the author
# Variables
ErrCacheMiss is returned when a key is not found in the cache.
# Structs
CacheConfig holds cache configuration.
CacheManager manages both local and distributed caches.
CacheMetrics tracks cache performance.
DistributedCache represents a distributed cache using Redis.
No description provided by the author