package config import "time" type Cache struct { TTL time.Duration }