Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Cache
Packages that use ApacheHttpClient5Cache
-
Uses of ApacheHttpClient5Cache in com.sap.cloud.sdk.cloudplatform.connectivity
Fields in com.sap.cloud.sdk.cloudplatform.connectivity declared as ApacheHttpClient5CacheModifier and TypeFieldDescriptionstatic final ApacheHttpClient5Cache
ApacheHttpClient5Cache.DISABLED
Constant implementation of with disabled the cache logic.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return ApacheHttpClient5CacheModifier and TypeMethodDescriptionApacheHttpClient5CacheBuilder.build()
Builds a newApacheHttpClient5Cache
instance with the previously configured parameters.static ApacheHttpClient5Cache
ApacheHttpClient5Accessor.getHttpClientCache()
Configures theHttpClient5Cache
that is used by the#getHttpClient(String)
and#getHttpClient(Destination)
methods.static ApacheHttpClient5Cache
ApacheHttpClient5Cache.newDefaultCache
(Duration cacheDuration) Creates a newHttpClient5Cache
with the givencacheDuration
.Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type ApacheHttpClient5CacheModifier and TypeMethodDescriptionstatic void
ApacheHttpClient5Accessor.setHttpClientCache
(ApacheHttpClient5Cache httpClientCache) Sets theApacheHttpClient5Cache
that is used when resolving cached instances ofHttpClient
within theApacheHttpClient5Accessor
.