c1.store(toEntry("1", "Hello world here I am"));
c2.store(toEntry("1", "Hello world here I am"));
c1.store(toEntry("2", "Infinispan rules the world"));
c2.store(toEntry("2", "Infinispan rules the world"));
c1.store(toEntry("3", "JUDCon is in Boston"));
c2.store(toEntry("3", "JUDCon is in Boston"));
c1.store(toEntry("4", "JBoss World is in Boston as well"));
c2.store(toEntry("4", "JBoss World is in Boston as well"));
c1.store(toEntry("12","JBoss Application Server"));
c2.store(toEntry("12","JBoss Application Server"));
c1.store(toEntry("15", "Hello world"));