Package com.codahale.metrics.ehcache
Class InstrumentedCacheDecoratorFactory
java.lang.Object
net.sf.ehcache.constructs.CacheDecoratorFactory
com.codahale.metrics.ehcache.InstrumentedCacheDecoratorFactory
public class InstrumentedCacheDecoratorFactory
extends net.sf.ehcache.constructs.CacheDecoratorFactory
-
Field Summary
Fields inherited from class net.sf.ehcache.constructs.CacheDecoratorFactory
DASH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.sf.ehcache.EhcachecreateDecoratedEhcache(net.sf.ehcache.Ehcache cache, Properties properties) net.sf.ehcache.EhcachecreateDefaultDecoratedEhcache(net.sf.ehcache.Ehcache cache, Properties properties) Methods inherited from class net.sf.ehcache.constructs.CacheDecoratorFactory
generateDefaultDecoratedCacheName
-
Constructor Details
-
InstrumentedCacheDecoratorFactory
public InstrumentedCacheDecoratorFactory()
-
-
Method Details
-
createDecoratedEhcache
public net.sf.ehcache.Ehcache createDecoratedEhcache(net.sf.ehcache.Ehcache cache, Properties properties) - Specified by:
createDecoratedEhcachein classnet.sf.ehcache.constructs.CacheDecoratorFactory
-
createDefaultDecoratedEhcache
public net.sf.ehcache.Ehcache createDefaultDecoratedEhcache(net.sf.ehcache.Ehcache cache, Properties properties) - Specified by:
createDefaultDecoratedEhcachein classnet.sf.ehcache.constructs.CacheDecoratorFactory
-