package cache import "errors" var ErrorNotFound = errors.New("unknown cache key")