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 ApacheHttpClient5CacheApacheHttpClient5Cache.DISABLEDConstant implementation of with disabled the cache logic.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return ApacheHttpClient5CacheModifier and TypeMethodDescriptionApacheHttpClient5CacheBuilder.build()Builds a newApacheHttpClient5Cacheinstance with the previously configured parameters.static ApacheHttpClient5CacheApacheHttpClient5Accessor.getHttpClientCache()Configures theHttpClient5Cachethat is used by the#getHttpClient(String)and#getHttpClient(Destination)methods.static ApacheHttpClient5CacheApacheHttpClient5Cache.newDefaultCache(Duration cacheDuration) Creates a newHttpClient5Cachewith the givencacheDuration.Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type ApacheHttpClient5CacheModifier and TypeMethodDescriptionstatic voidApacheHttpClient5Accessor.setHttpClientCache(ApacheHttpClient5Cache httpClientCache) Sets theApacheHttpClient5Cachethat is used when resolving cached instances ofHttpClientwithin theApacheHttpClient5Accessor.