Package org.jboss.resteasy.client.cache
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 int
Deprecated.private Map
Deprecated.Deprecated.private final String
Deprecated.private final String
Deprecated.private static final long
Deprecated.private final long
Deprecated.private BrowserCache.Header[]
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addExtendedProperty
(Serializable key, Serializable value) Deprecated.boolean
expired()
Deprecated.byte[]
Deprecated.Deprecated.Deprecated.getKey()
Deprecated.javax.ws.rs.core.MediaType
Deprecated.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
Deprecated. -
validationHeaders
Deprecated. -
key
Deprecated. -
extendedProperties
Deprecated.
-
-
Constructor Details
-
Method Details
-
getKey
Deprecated. -
getHeaders
Deprecated.- Specified by:
getHeaders
in interfaceBrowserCache.Entry
-
expired
public boolean expired()Deprecated.- Specified by:
expired
in interfaceBrowserCache.Entry
-
getValidationHeaders
Deprecated.- Specified by:
getValidationHeaders
in interfaceBrowserCache.Entry
-
getCached
public byte[] getCached()Deprecated.- Specified by:
getCached
in interfaceBrowserCache.Entry
-
getMediaType
public javax.ws.rs.core.MediaType getMediaType()Deprecated.- Specified by:
getMediaType
in interfaceBrowserCache.Entry
-
addExtendedProperty
Deprecated. -
getExtendedProperty
Deprecated.
-