# Functions
NewInMemoryCache initializes a new cache with a given maximum size.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
CacheEntry represents the JSON structure expected for cache operations.
No description provided by the author
InMemoryCache represents an in-memory cache with LRU eviction.
InMemoryCache struct.
RedisCache struct.
UnifiedCache struct.
# Interfaces
Cache interface.