package cachingdomain import "time" type CacheSpec struct { Key string TTL time.Duration Data any }