""" Cache module for LEDMatrix. Provides specialized cache components: - MemoryCache: In-memory caching - DiskCache: Persistent disk caching - CacheStrategy: Cache strategy management - CacheMetrics: Performance metrics tracking """