4849505152535455565758
} @Override public ClusterCacheLoaderConfig adapt() { ClusterCacheLoaderConfig config = new ClusterCacheLoaderConfig(); config.remoteCallTimeout(remoteCallTimeout); XmlConfigHelper.setValues(config, properties(), false, true); return config; }
3031323334353637383940