InstrumentedEhcache | InstrumentedEhcache | |||
---|---|---|---|---|
Compiled from "InstrumentedEhcache.java" | Compiled from "InstrumentedEhcache.java" | |||
public class com.codahale.metrics.ehcache.InstrumentedEhcache extends net.s | public class io.dropwizard.metrics5.ehcache.InstrumentedEhcache extends net | |||
f.ehcache.constructs.EhcacheDecoratorAdapter { | .sf.ehcache.constructs.EhcacheDecoratorAdapter { | |||
public static net.sf.ehcache.Ehcache instrument(com.codahale.metrics.Metr | public static net.sf.ehcache.Ehcache instrument(io.dropwizard.metrics5.Me | |||
icRegistry, net.sf.ehcache.Ehcache); | tricRegistry, net.sf.ehcache.Ehcache); | |||
public net.sf.ehcache.Element get(java.lang.Object) throws java.lang.Ille galStateException, net.sf.ehcache.CacheException; | public net.sf.ehcache.Element get(java.lang.Object) throws java.lang.Ille galStateException, net.sf.ehcache.CacheException; | |||
public net.sf.ehcache.Element get(java.io.Serializable) throws java.lang. IllegalStateException, net.sf.ehcache.CacheException; | public net.sf.ehcache.Element get(java.io.Serializable) throws java.lang. IllegalStateException, net.sf.ehcache.CacheException; | |||
public void put(net.sf.ehcache.Element) throws java.lang.IllegalArgumentE xception, java.lang.IllegalStateException, net.sf.ehcache.CacheException; | public void put(net.sf.ehcache.Element) throws java.lang.IllegalArgumentE xception, java.lang.IllegalStateException, net.sf.ehcache.CacheException; | |||
public void put(net.sf.ehcache.Element, boolean) throws java.lang.Illegal ArgumentException, java.lang.IllegalStateException, net.sf.ehcache.CacheExc eption; | public void put(net.sf.ehcache.Element, boolean) throws java.lang.Illegal ArgumentException, java.lang.IllegalStateException, net.sf.ehcache.CacheExc eption; | |||
public net.sf.ehcache.Element putIfAbsent(net.sf.ehcache.Element) throws java.lang.NullPointerException; | public net.sf.ehcache.Element putIfAbsent(net.sf.ehcache.Element) throws java.lang.NullPointerException; | |||
} | } | |||
End of changes. 1 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |