TerracottaStore terracottaStore = (TerracottaStore) makeXaStrictTransactionalIfNeeded(tempStore, copyStrategy);
NonstopConfiguration nonstopConfig = getCacheConfiguration().getTerracottaConfiguration().getNonstopConfiguration();
// freeze the config whether nonstop is enabled or not
if (nonstopConfig != null) {
nonstopConfig.freezeConfig();
}
if (getCacheConfiguration().getTerracottaConfiguration().isNonstopEnabled()) {
nonstopActiveDelegateHolder.terracottaStoreInitialized(terracottaStore);
store = nonstopActiveDelegateHolder.getNonstopStore();
} else {