|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Interfaces | |
---|---|
net.sf.ehcache.store.compound.CopyStrategy
replaced by ReadWriteCopyStrategy |
Deprecated Classes | |
---|---|
net.sf.ehcache.config.generator.ConfigurationGenerator
Use ConfigurationUtil.generateCacheManagerConfigurationText(Configuration) or
ConfigurationUtil#generateCacheConfigurationText(CacheConfiguration) instead |
|
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 Fields | |
---|---|
net.sf.ehcache.config.TerracottaConfiguration.DEFAULT_CACHE_COHERENT
since 2.4 Use TerracottaConfiguration.DEFAULT_CONSISTENCY_TYPE instead. |
|
net.sf.ehcache.config.CacheConfiguration.DEFAULT_DISK_PERSISTENT
The diskPersistent attribute has been replaced with CacheConfiguration.persistence(PersistenceConfiguration) . |
|
net.sf.ehcache.config.CacheConfiguration.diskPersistent
The diskPersistent attribute has been replaced with CacheConfiguration.persistence(PersistenceConfiguration) . |
|
net.sf.ehcache.config.CacheConfiguration.overflowToDisk
The overflowToDisk attribute has been replaced with PersistenceConfiguration.Strategy.LOCALTEMPSWAP . |
Deprecated Constructors | |
---|---|
net.sf.ehcache.store.CacheStore(CachingTier
|
|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |