Serialized Form
- 
Package org.apache.fulcrum.cache- 
Class org.apache.fulcrum.cache.CachedObject extends Object implements Serializable- serialVersionUID:
- -9107764093769042092L
 - 
Serialized Fields- 
contentsT contents The object to be cached.
- 
createdlong created When the object is created.
- 
expireslong expires When the object should expire.
- 
staleAtomicBoolean 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<T extends Refreshable> implements Serializable- serialVersionUID:
- 4072572956381768087L
 - 
Serialized Fields- 
lastAccesslong lastAccess The last time the Object was accessed from the cache.
- 
timeToLivelong timeToLive How long to wait before removing an untouched object from the cache. Negative numbers mean never remove (the default). time to live in millisec, getter/setter (RefreshableCachedObject.getTTL()
 
- 
 
 
-