Uses of Interface
io.vertx.ext.web.client.spi.CacheStore
Packages that use CacheStore
Package
Description
-
Uses of CacheStore in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client with parameters of type CacheStoreModifier and TypeMethodDescriptionstatic WebClientCachingWebClient.create(WebClient webClient, CacheStore cacheStore) Create a cache aware web client using the providedWebClient.static WebClientCachingWebClient.create(WebClient webClient, CacheStore cacheStore, CachingWebClientConfig options) Create a cache aware web client using the providedWebClient.static WebClientCachingWebClient.create(WebClient webClient, CacheStore cacheStore, CachingWebClientOptions options) Create a cache aware web client using the providedWebClient. -
Uses of CacheStore in io.vertx.ext.web.client.spi
Methods in io.vertx.ext.web.client.spi that return CacheStoreModifier and TypeMethodDescriptionstatic CacheStoreCacheStore.build()Builds a no-op cache store.static CacheStoreCacheStore.localStore()Builds a cache store that uses aConcurrentHashMap.static CacheStoreCacheStore.sharedDataStore(Vertx vertx) Builds a cache store that uses anAsyncMapfromSharedData. -
Uses of CacheStore in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.ext.web.client with parameters of type CacheStoreModifier and TypeMethodDescriptionstatic WebClientCachingWebClient.create(WebClient webClient, CacheStore cacheStore) Create a cache aware web client using the providedWebClient.static WebClientCachingWebClient.create(WebClient webClient, CacheStore cacheStore, CachingWebClientConfig options) Create a cache aware web client using the providedWebClient.static WebClientCachingWebClient.create(WebClient webClient, CacheStore cacheStore, CachingWebClientOptions options) Create a cache aware web client using the providedWebClient. -
Uses of CacheStore in io.vertx.rxjava3.ext.web.client
Methods in io.vertx.rxjava3.ext.web.client with parameters of type CacheStoreModifier and TypeMethodDescriptionstatic WebClientCachingWebClient.create(WebClient webClient, CacheStore cacheStore) Create a cache aware web client using the providedWebClient.static WebClientCachingWebClient.create(WebClient webClient, CacheStore cacheStore, CachingWebClientConfig options) Create a cache aware web client using the providedWebClient.static WebClientCachingWebClient.create(WebClient webClient, CacheStore cacheStore, CachingWebClientOptions options) Create a cache aware web client using the providedWebClient.