295296297298299300301302303304305
{ store = pagingStoreFactory.newStore(address, addressSettingsRepository.getMatch(address.toString())); store.start(); if (!cleanupEnabled) { store.disableCleanup(); } stores.put(address, store); } return store; }
304305306307308309310311312313314
303304305306307308309310311312313