CacheConfigurationEntry is a tuple that represents the cache configuration for a specific cache key. The first element is the time-to-live (TTL) in seconds, and the second element is the maximum number of items to store.
CacheConfigurationEntry is a tuple that represents the cache configuration for a specific cache key. The first element is the time-to-live (TTL) in seconds, and the second element is the maximum number of items to store.