public class CacheObject
extends java.lang.Object
Constructor and Description |
---|
CacheObject(java.lang.Object value)
Constructs a new CacheObject that wraps the original value and LMT to be the time when this wrapper is
constructed
|
CacheObject(java.lang.Object value,
java.util.Calendar LMT)
Constructs a new CacheObject that wraps the original value and the Last Modified Time
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCacheObject()
Returns the Object Cached
|
java.util.Calendar |
getLastModifiedTime()
Returns the LMT of the Cached Object
|
public CacheObject(java.lang.Object value, java.util.Calendar LMT)
value
- object to be cachedLMT
- Last Modified Time for the Cached Objectpublic CacheObject(java.lang.Object value)
value
- object to be cachedCopyright © 2010 - 2020 Adobe. All Rights Reserved