package cache import "github.com/mailru/easyjson" type Element interface { easyjson.Unmarshaler easyjson.Marshaler Key() string }