Uses of Class
io.vertx.httpproxy.cache.CacheOptions
Packages that use CacheOptions
-
Uses of CacheOptions in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return CacheOptionsMethods in io.vertx.httpproxy with parameters of type CacheOptionsModifier and TypeMethodDescriptionProxyOptions.setCacheOptions(CacheOptions cacheOptions) Set the cache options that configures the proxy. -
Uses of CacheOptions in io.vertx.httpproxy.cache
Methods in io.vertx.httpproxy.cache that return CacheOptionsModifier and TypeMethodDescriptionCacheOptions.setMaxSize(int maxSize) Set the max number of entries the cache can hold.Set the cache name, used when the cache is shared, otherwise ignored.CacheOptions.setShared(boolean shared) Set totrueto share the cache.Constructors in io.vertx.httpproxy.cache with parameters of type CacheOptions