package cache import "time" type Key interface { TTL() time.Duration String() string }