ehcache

Deprecated API


Contents
Deprecated Classes
net.sf.ehcache.hibernate.EhCache
           
net.sf.ehcache.hibernate.ccs.EhcacheNonstrictReadWriteCache
           
net.sf.ehcache.hibernate.EhCacheProvider
           
net.sf.ehcache.hibernate.ccs.EhcacheReadOnlyCache
           
net.sf.ehcache.hibernate.ccs.EhcacheReadWriteCache
           
net.sf.ehcache.hibernate.SingletonEhCacheProvider
           
 

Deprecated Methods
net.sf.ehcache.Element.getNextToLastAccessTime()
          The nextToLastAccessTime field is unused since version 1.7, retrieving it will return the lastAccessTime. Use #getLastAccessTime() instead. 
net.sf.ehcache.Element.setCreateTime()
          Resetting the creation time is not recommended as of version 1.7 
 

Deprecated Constructors
net.sf.ehcache.Element(Object, Object, long, long, long, long, long, long)
          The nextToLastAccessTime field is unused since version 1.7, setting it will have no effect. Use #Element(Object, Object, long, long, long, long, long) instead 
 


ehcache

true