public class InfinispanCacheAPIRequest extends InfinispanRequest
parameters, request| Modifier and Type | Method and Description |
|---|---|
protected InfinispanResponse |
execute() |
java.util.Optional<java.lang.String> |
getCacheControl() |
java.util.Optional<java.lang.String> |
getEtagIfMatch()
Returns
If-Match header value. |
java.util.Optional<java.lang.String> |
getEtagIfModifiedSince()
Returns
If-Modified-Since header value. |
java.util.Optional<java.lang.String> |
getEtagIfNoneMatch()
Returns
If-None-Match header value. |
java.util.Optional<java.lang.String> |
getEtagIfUnmodifiedSince()
Returns
If-Unmodified-Since header value. |
java.util.Optional<java.lang.String> |
getExtended()
Returns whether client wishes to return 'Extended Headers'.
|
java.util.Optional<java.lang.Object> |
getKey() |
java.util.Optional<java.lang.Long> |
getMaxIdleTimeSeconds()
Returns
maxIdleTimeSeconds header value. |
java.util.Optional<java.lang.Long> |
getTimeToLiveSeconds()
Returns
timeToLiveSeconds header value. |
data, getAcceptContentType, getAuthorization, getCacheName, getContentType, getContext, getKeyContentType, getParameterValue, getPrincipal, getRawContext, getRawRequest, getUseAsync, setPrincipalpublic java.util.Optional<java.lang.Object> getKey()
protected InfinispanResponse execute()
execute in class InfinispanRequestpublic java.util.Optional<java.lang.Long> getTimeToLiveSeconds()
timeToLiveSeconds header value.timeToLiveSeconds header value.public java.util.Optional<java.lang.Long> getMaxIdleTimeSeconds()
maxIdleTimeSeconds header value.maxIdleTimeSeconds header value.public java.util.Optional<java.lang.String> getEtagIfNoneMatch()
If-None-Match header value.If-None-Match header value.public java.util.Optional<java.lang.String> getEtagIfUnmodifiedSince()
If-Unmodified-Since header value.If-Unmodified-Since header value.public java.util.Optional<java.lang.String> getEtagIfModifiedSince()
If-Modified-Since header value.If-Modified-Since header value.public java.util.Optional<java.lang.String> getEtagIfMatch()
If-Match header value.If-Match header value.public java.util.Optional<java.lang.String> getCacheControl()
public java.util.Optional<java.lang.String> getExtended()
true if client wishes to return 'Extended Headers'.