# Functions
NewInMemoryCache creates inmemory storage with TTL.
NewRedisCache creates new redis cache instance.
# Variables
ErrClosed means "cache was closed".
ErrEmptyData means "no data provided".
ErrEmptyKey means "empty key is used".
# Structs
No description provided by the author
RedisCache is a redis cache implementation.
# Interfaces
Cacher is a byte-based cache with TTL.