Serialized Form
initialCause
java.lang.Throwable initialCause
- Enables the cause to be recorded in a way that supports pre-JDK1.4 JDKs.
serialVersionUID: 7832456720941087574L
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.
serialVersionUID: 2732730630423367732L
name
java.lang.String name
intValue
int intValue
Package net.sf.ehcache.distribution |
serialVersionUID: 4920508630517373246L
socketTimeoutMillis
int socketTimeoutMillis
serialVersionUID: -5760542938372164184L
event
int event
- The event component.
element
Element element
- The element component.
key
java.io.Serializable key
- The key component.
hostname
java.lang.String hostname
port
java.lang.Integer port
cache
Cache cache
Package net.sf.ehcache.store |
readExternal
public void readExternal(java.io.ObjectInput arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput arg0)
throws java.io.IOException
- Throws:
java.io.IOException