Class CacheEntry
java.lang.Object
org.jboss.resteasy.client.cache.CacheEntry
- All Implemented Interfaces:
Serializable, BrowserCache.Entry
Deprecated.
Caching in the Resteasy client framework in resteasy-jaxrs is replaced by
caching in the JAX-RS 2.0 compliant resteasy-client module.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]Deprecated.private final intDeprecated.private MapDeprecated.Deprecated.private final StringDeprecated.private final StringDeprecated.private static final longDeprecated.private final longDeprecated.private BrowserCache.Header[]Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExtendedProperty(Serializable key, Serializable value) Deprecated.booleanexpired()Deprecated.byte[]Deprecated.Deprecated.Deprecated.getKey()Deprecated.javax.ws.rs.core.MediaTypeDeprecated.Deprecated.
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
mediaType
Deprecated. -
cached
private final byte[] cachedDeprecated. -
expires
private final int expiresDeprecated. -
timestamp
private final long timestampDeprecated. -
headers
-
validationHeaders
Deprecated. -
key
Deprecated. -
extendedProperties
Deprecated.
-
-
Constructor Details
-
CacheEntry
-
-
Method Details
-
getKey
Deprecated. -
getHeaders
Deprecated.- Specified by:
getHeadersin interfaceBrowserCache.Entry
-
expired
-
getValidationHeaders
Deprecated.- Specified by:
getValidationHeadersin interfaceBrowserCache.Entry
-
getCached
-
getMediaType
public javax.ws.rs.core.MediaType getMediaType()Deprecated.- Specified by:
getMediaTypein interfaceBrowserCache.Entry
-
addExtendedProperty
Deprecated. -
getExtendedProperty
Deprecated.
-