package dal import "errors" var ErrCacheNotFound = errors.New("cache object not found")