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 java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput objectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
delegate to the LRUMap


writeExternal

public void writeExternal(java.io.ObjectOutput objectOutput)
                   throws java.io.IOException
delegate to the LRUMap


ehcache