EHC ❯ Creating a new cache manager ready to talk to terracotta is way too verbose
-
New Feature
-
Status: Closed
-
1 Critical
-
Resolution: Fixed
-
-
-
hsingh
-
Reporter: steve
-
June 16, 2010
-
0
-
Watchers: 0
-
January 17, 2013
-
June 25, 2010
Description
Configuration cacheManagerConfig = new Configuration(); TerracottaConfigConfiguration tcc = new TerracottaConfigConfiguration(); tcc.setUrl(host + “:”+port); cacheManagerConfig.addTerracottaConfig(tcc);
this.cacheManager = new CacheManager(cacheManagerConfig);
Verified