Class CacheExtensionFactory


  • public abstract class CacheExtensionFactory
    extends java.lang.Object
    An abstract factory for creating CacheExtensions. Implementers should provide their own concrete factory extending this factory. It can then be configured in ehcache.xml.
    Version:
    $Id$
    Author:
    Greg Luck
    • Constructor Detail

      • CacheExtensionFactory

        public CacheExtensionFactory()
    • Method Detail

      • createCacheExtension

        public abstract CacheExtension createCacheExtension​(Ehcache cache,
                                                            java.util.Properties properties)
        Parameters:
        cache - the cache this extension should hold a reference to, and to whose lifecycle it should be bound.
        properties - implementation specific properties configured as delimiter separated name value pairs in ehcache.xml