Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The CacheManager's configuration source, an informative description of the source, preferably including the resource name and location, is not represented by a String anymore, but is abstracted by an encapsulating net.sf.ehcache.config.generator.ConfigurationSource class. It also doesn't substitute a CacheManager name (.setName(string) should be called for each CacheManager explicitely, while each name must be unique).

 

CacheConfigurationTransformer

...