Class EhCacheConfigMigrator

  • All Implemented Interfaces:
    Callable<Integer>

    public class EhCacheConfigMigrator
    extends Object
    implements Callable<Integer>
    Migrates a legacy ehcache.xml file from the confluence home directory to the new ehcache.properties format by extracting the relevant data from the xml file.

    Implements Callable because it needs to be invoked by an upgrade task which can't refer directly to this class.

    Since:
    5.3