# Functions
ContextCache returns cache from the context.
No description provided by the author
NewCache - create new cache with generic type V.
NewExpiringCache - create new cache with generic type V.
# Constants
RunCmdCacheContextKey is the context key used to store and retrieve the run command cache.
# Structs
Cache - generic cache implementation.
ExpiringCache - cache with items with expiration time.
ExpiringItem - item with expiration time.