org.jasig.portal.utils
Class SmartCache.ValueWrapper
java.lang.Object
org.jasig.portal.utils.SmartCache.ValueWrapper
- Enclosing class:
- SmartCache
private class SmartCache.ValueWrapper
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lCreationTime
private long lCreationTime
lCacheInterval
private long lCacheInterval
oValue
private java.lang.Object oValue
SmartCache.ValueWrapper
protected SmartCache.ValueWrapper(java.lang.Object oValue)
SmartCache.ValueWrapper
protected SmartCache.ValueWrapper(java.lang.Object oValue,
long lCacheInterval)
getValue
protected java.lang.Object getValue()
setValue
protected void setValue(java.lang.Object oValue)
getCreationTime
protected long getCreationTime()
setCreationTime
protected void setCreationTime(long lCreationTime)
getCacheInterval
protected long getCacheInterval()
setCacheInterval
protected void setCacheInterval(long lCacheInterval)