Serialized Form
|
Package javax.util.jcache |
base
Exception base
- the wrapped exception
message
String message
createTime
long createTime
- the time the associated CacheObject was created.
defaultTTL
long defaultTTL
- the default time the associated CacheObject should live in the cache
flags
long flags
- Is used to specify wich attributes should be set in the attributes
object. The differnet attributes wich is valid is defined as public
static variables in the
Attributesclass.
idleTime
long idleTime
- the time the associated CacheObject should be idle in the cache
size
int size
- the size for the associated CacheObject
timeToLive
long timeToLive
- the time the associated CacheObject should be live the cache
version
long version
- the version of the associated CacheObject
name
String name
- the name of this group.
attributes
AttributesImpl attributes
- the attributes for this group
currentSize
int currentSize
- the current number of objects in this group.
objectCount
int objectCount
- The number of objects in this group
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
key
Object key
group
String group
region
String region
attr
AttributesImpl attr
referent
Object referent
|
Package org.fjank.jcache.distribution |
data
Serializable data
- Any additional data that may be required
type
int type
- The type of notification message.
region
String region
group
String group
key_
Serializable key_
value_
Serializable value_
|
Package org.fjank.jcache.persistence |
alive
boolean alive
- Indicates whether the cache is 'alive', defined as having been
initialized, but not yet disposed.
cacheName
String cacheName
- the name of the cache
cattr
CacheAttributes cattr
- the cache attributes.
fileName
String fileName
- the filename
keyHash
HashMap<K,V> keyHash
- a map of the keys
rafDir
File rafDir
- the file describing the root of the cachefiles.
storageLock
EDU.oswego.cs.dl.util.concurrent.ReadWriteLock storageLock
- Each instance of a Disk cache should use this lock to synchronize reads
and writes to the underlying storage mechansism.
currentSize
int currentSize
- The size of the diskCache.
Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.