| java.lang.Object com.sun.portal.wsrp.consumer.markup.CacheEntry
CacheEntry | public class CacheEntry (Code) | | An instance of CacheEntry represents the markup content
and other information related to validity of this
markup content.
|
_expireTime | long _expireTime(Code) | | |
CacheEntry | public CacheEntry(MarkupContent content, CacheControl control, MarkupParams markupParams)(Code) | | Parameters: content - MarkupContent that is being cached. Parameters: control - Cache control information for this markup. Parameters: markupParams - markupParams for which the markup was generated |
getCacheControl | public CacheControl getCacheControl()(Code) | | Returns (wsrp defined) CacheControl returned by
the producer with the markup.
|
getMarkupContent | public MarkupContent getMarkupContent()(Code) | | Returns the MarkupContent that is being cached.
|
getMarkupParams | public MarkupParams getMarkupParams()(Code) | | Returns the markupParams for which markup was created
|
getUserScope | public String getUserScope()(Code) | | Returns the user scope that is valid for this cache entry
|
getValidateTag | public String getValidateTag()(Code) | | validate tag returned by the producer with the markup.
|
isValid | public boolean isValid()(Code) | | Returns true if the cache is still valid.
|
|
|