Interface and Description |
---|
net.sf.ehcache.store.compound.CopyStrategy
replaced by
ReadWriteCopyStrategy |
Class and Description |
---|
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 |
Field and Description |
---|
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 . |
Constructor and Description |
---|
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 |
Copyright © 2023. All rights reserved.