Class InstrumentedCacheDecoratorFactory

java.lang.Object
net.sf.ehcache.constructs.CacheDecoratorFactory
com.codahale.metrics.ehcache.InstrumentedCacheDecoratorFactory

public class InstrumentedCacheDecoratorFactory extends net.sf.ehcache.constructs.CacheDecoratorFactory
  • Constructor Details

    • InstrumentedCacheDecoratorFactory

      public InstrumentedCacheDecoratorFactory()
  • Method Details

    • createDecoratedEhcache

      public net.sf.ehcache.Ehcache createDecoratedEhcache(net.sf.ehcache.Ehcache cache, Properties properties)
      Specified by:
      createDecoratedEhcache in class net.sf.ehcache.constructs.CacheDecoratorFactory
    • createDefaultDecoratedEhcache

      public net.sf.ehcache.Ehcache createDefaultDecoratedEhcache(net.sf.ehcache.Ehcache cache, Properties properties)
      Specified by:
      createDefaultDecoratedEhcache in class net.sf.ehcache.constructs.CacheDecoratorFactory