ehcache

Serialized Form


Package net.sf.ehcache

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

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

serialVersionUID: -7401070179721710743l

Serialized Fields

key

java.io.Serializable key
the cache key


value

java.io.Serializable 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.ObjectExistsException extends CacheException implements Serializable


Package net.sf.ehcache.store

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

Class net.sf.ehcache.store.MemoryStore.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


ehcache