}
}
} else {
// Send a warning down the pipeline that the cache could not be
// be found.
warning(new CacheNotFoundException("The requested cache " +
cacheName + " could not be found.",
this.getPipelineContext().getCurrentLocator(), cacheName));
state = CacheBodyOperationProcessState.NO_CACHE_FORWARD_ONLY;
}