BuildlessCacheService

constructor(endpoint: URI, httpClientHelper: HttpClientHelper, http2ClientHelper: Http2ClientHelper, requestCustomizer: HttpBuildCacheRequestCustomizer, useExpectContinue: Boolean)(source)

Parameters

endpoint

Configured cache endpoint.

httpClientHelper

HTTP client helper.

http2ClientHelper

HTTP/2 client helper.

requestCustomizer

HTTP request customizer.

useExpectContinue

Whether to use the HTTP/1.1 Expect: 100-continue header.