Cache<?, ?> templateCache = container.getCache();
Configuration configuration = templateCache.getConfiguration().clone();
Integer backups = replConfig.getBackups();
ReplicationMode replMode = replConfig.getReplicationMode();
CacheMode mode = configuration.getCacheMode();
if (backups != null)
{