Serialized Form


Package org.apache.fulcrum.cache

Class org.apache.fulcrum.cache.CachedObject extends Object implements Serializable

serialVersionUID: -9107764093769042092L

Serialized Fields

contents

Object contents
The object to be cached.


defaultage

long defaultage
Default age (30 minutes).


created

long created
When created. *


expires

long expires
When it expires. *


stale

boolean stale
Is this object stale/expired?

Class org.apache.fulcrum.cache.ObjectExpiredException extends Exception implements Serializable

serialVersionUID: -4331535517388875678L

Class org.apache.fulcrum.cache.RefreshableCachedObject extends CachedObject implements Serializable

serialVersionUID: 4072572956381768087L

Serialized Fields

timeToLive

long timeToLive
How long to wait before removing an untouched object from the cache. Negative numbers mean never remove (the default).


lastAccess

long lastAccess
The last time the Object was accessed from the cache.



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.