• 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);

Comments

Himadri Singh 2010-06-30

Verified