Class CacheEntry
java.lang.Object
org.jboss.resteasy.client.jaxrs.cache.CacheEntry
- All Implemented Interfaces:
Serializable, BrowserCache.Entry
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]private final intprivate Mapprivate final Stringprivate final Stringprivate static final longprivate final longprivate BrowserCache.Header[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExtendedProperty(Serializable key, Serializable value) booleanexpired()byte[]getKey()javax.ws.rs.core.MediaType
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
mediaType
-
cached
private final byte[] cached -
expires
private final int expires -
timestamp
private final long timestamp -
headers
-
validationHeaders
-
key
-
extendedProperties
-
-
Constructor Details
-
CacheEntry
-
-
Method Details
-
getKey
-
getHeaders
- Specified by:
getHeadersin interfaceBrowserCache.Entry
-
expired
public boolean expired()- Specified by:
expiredin interfaceBrowserCache.Entry
-
getValidationHeaders
- Specified by:
getValidationHeadersin interfaceBrowserCache.Entry
-
getCached
public byte[] getCached()- Specified by:
getCachedin interfaceBrowserCache.Entry
-
getMediaType
public javax.ws.rs.core.MediaType getMediaType()- Specified by:
getMediaTypein interfaceBrowserCache.Entry
-
addExtendedProperty
-
getExtendedProperty
-