Class InfinispanCacheAPIRequest


  • public class InfinispanCacheAPIRequest
    extends InfinispanRequest
    Representation of a HTTP request related to Cache API operations.
    Since:
    9.2
    • Method Detail

      • getTimeToLiveSeconds

        public Optional<Long> getTimeToLiveSeconds()
        Returns timeToLiveSeconds header value.
        Returns:
        timeToLiveSeconds header value.
      • getMaxIdleTimeSeconds

        public Optional<Long> getMaxIdleTimeSeconds()
        Returns maxIdleTimeSeconds header value.
        Returns:
        maxIdleTimeSeconds header value.
      • getEtagIfNoneMatch

        public Optional<String> getEtagIfNoneMatch()
        Returns If-None-Match header value.
        Returns:
        If-None-Match header value.
        See Also:
        HTTP_ETag
      • getEtagIfUnmodifiedSince

        public Optional<String> getEtagIfUnmodifiedSince()
        Returns If-Unmodified-Since header value.
        Returns:
        If-Unmodified-Since header value.
        See Also:
        HTTP_ETag
      • getEtagIfModifiedSince

        public Optional<String> getEtagIfModifiedSince()
        Returns If-Modified-Since header value.
        Returns:
        If-Modified-Since header value.
        See Also:
        HTTP_ETag
      • getEtagIfMatch

        public Optional<String> getEtagIfMatch()
        Returns If-Match header value.
        Returns:
        If-Match header value.
        See Also:
        HTTP_ETag
      • getExtended

        public Optional<String> getExtended()
        Returns whether client wishes to return 'Extended Headers'.
        Returns:
        true if client wishes to return 'Extended Headers'.