}
for (RemoteStore store : stores) {
final RemoteCache<Object, Object> storeCache = store.getRemoteCache();
if (storeCache.containsKey(knownKeys)) {
RemoteStoreConfiguration storeConfig = store.getConfiguration();
if (!storeConfig.hotRodWrapping()) {
throw log.remoteStoreNoHotRodWrapping(cache.getName());
}
Set<Object> keys;