Deprecated API


Contents
Deprecated Exceptions
org.ehcache.exceptions.RethrowingCacheAccessException
          This mechanism is a stop-gap solution until ResilienceStrategy instances can be plugged-in. 
 

Deprecated Methods
org.ehcache.internal.concurrent.ConcurrentHashMap.contains(Object)
          This method is identical in functionality to ConcurrentHashMap.containsValue(Object), and exists solely to ensure full compatibility with class Hashtable, which supported this method prior to introduction of the Java Collections framework. 
org.ehcache.event.CacheEvent.getSource()