public void run() throws Exception {
MultiMapWrapper wrapper = getOrCreateContainer().getMultiMapWrapper(dataKey);
Collection coll = null;
if (wrapper != null) {
wrapper.incrementHit();
final ResponseHandler responseHandler = getResponseHandler();
coll = wrapper.getCollection(responseHandler.isLocal());
}
response = new MultiMapResponse(coll);
}