3132333435363738394041
} @Test public void testPreloadOnStart() throws PersistenceException { Cache<Object, Object> cache = caches().get(0); cache.put(1, new TestDeltaAware()); cache.stop(); cache.start(); Object deltaAware = cache.get(1);