Infinispan Cache Container API
Jump to navigation
Jump to search
Internal
TODO
RemoteCacheManager
Configuration c = new ConfigurationBuilder().addServer().host(initialHost).port(port).build(); RemoteCacheManager rcm = new RemoteCacheManager(c);
EmbeddedCacheManager
EmbeddedCacheManager cm = new DefaultCacheManager( [...] );