-
Interfaces Interface Description net.sf.ehcache.store.compound.CopyStrategy replaced byReadWriteCopyStrategy
-
Fields Field Description net.sf.ehcache.config.CacheConfiguration.DEFAULT_DISK_PERSISTENT ThediskPersistentattribute has been replaced withCacheConfiguration.persistence(PersistenceConfiguration).net.sf.ehcache.config.CacheConfiguration.DEFAULT_MAX_BYTES_ON_HEAP UseCacheConfiguration.DEFAULT_MAX_BYTES_OFF_HEAPinsteadnet.sf.ehcache.config.CacheConfiguration.diskPersistent ThediskPersistentattribute has been replaced withCacheConfiguration.persistence(PersistenceConfiguration).net.sf.ehcache.config.CacheConfiguration.overflowToDisk TheoverflowToDiskattribute has been replaced withPersistenceConfiguration.Strategy.LOCALTEMPSWAP.net.sf.ehcache.config.Configuration.DEFAULT_MAX_BYTES_ON_HEAP UseConfiguration.DEFAULT_MAX_BYTES_OFF_HEAPinsteadnet.sf.ehcache.config.TerracottaConfiguration.DEFAULT_CACHE_COHERENT since 2.4 UseTerracottaConfiguration.DEFAULT_CONSISTENCY_TYPEinstead.
-
Constructors Constructor Description net.sf.ehcache.Element(Object, Object, long, long, long, long, long, long) ThenextToLastAccessTimefield is unused since version 1.7, setting it will have no effect. Use #Element(Object, Object, long, long, long, long, long) insteadnet.sf.ehcache.store.CacheStore(CachingTier<Object, Element>, AuthoritativeTier, CacheConfiguration)