EmbeddedCacheManager cm = new DefaultCacheManager("infinispan.xml"); Cache replSyncCache = cm.getCache("replSyncCache"); Cache replAsyncCache = cm.getCache("replAsyncCache"); Cache invalidationSyncCache = cm.getCache("invalidationSyncCache");