ehcache

Serialized Form

Class net.sf.ehcache.CacheException extends java.lang.RuntimeException implements Serializable

Serialized Fields

initialCause

java.lang.Throwable initialCause
Enables the cause to be recorded in a way that supports pre-JDK1.4 JDKs.


Class net.sf.ehcache.distribution.ConfigurableRMIClientSocketFactory extends java.lang.Object implements Serializable

serialVersionUID: 4920508630517373246l

Serialized Fields

socketTimeoutMillis

int socketTimeoutMillis


Class net.sf.ehcache.Element extends java.lang.Object implements Serializable

serialVersionUID: 7832456720941087574l

Serialized Fields

key

java.lang.Object key
the cache key.


value

java.lang.Object value
the value.


version

long version
version of the element.


creationTime

long creationTime
The creation time.


lastAccessTime

long lastAccessTime
The last access time.


nextToLastAccessTime

long nextToLastAccessTime
The next to last access time. Used by the expiry mechanism


hitCount

long hitCount
The number of times the element was hit.


Class net.sf.ehcache.distribution.EventMessage extends java.lang.Object implements Serializable

serialVersionUID: -5760542938372164184l

Serialized Fields

event

int event
The event component.


element

Element element
The element component.


key

java.io.Serializable key
The key component.


Class net.sf.ehcache.store.LruMemoryStore.SpoolingLinkedHashMap extends java.util.LinkedHashMap implements Serializable


Class net.sf.ehcache.store.LruMemoryStore.SpoolingLRUMap extends org.apache.commons.collections.LRUMap implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException


Class net.sf.ehcache.ObjectExistsException extends CacheException implements Serializable


Class net.sf.ehcache.distribution.RemoteCacheException extends CacheException implements Serializable


Class net.sf.ehcache.distribution.RMICachePeer extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

hostname

java.lang.String hostname

port

java.lang.Integer port

cache

Cache cache


Class net.sf.ehcache.Status extends java.lang.Object implements Serializable

serialVersionUID: 2732730630423367732l

Serialized Fields

name

java.lang.String name

intValue

int intValue


ehcache

true