package errors import "errors" // ErrCacheNotFound 缓存未找到 var ErrCacheNotFound = errors.New("cache not found")