}
}
if (usedCache) {
// It's possible that the cache entry is no longer up to date due
// to sudden service restart. Flush the entry and try again.
myContext.flushFromCache(serviceName);
Debug.p("Retrying service resolution without using cache.");
} else if (response.priority != 0 && !ResolveResult.isQualified(serviceName)) {
// If a service name was specified without qualifications, then
// we allow fail-over to lower-priority services.
Debug.p("VinciClient.open(String)", "Resolving with lower priority than: "