Uses of Class
io.vertx.httpproxy.cache.CacheOptions
-
Packages that use CacheOptions Package Description io.vertx.httpproxy io.vertx.httpproxy.cache -
-
Uses of CacheOptions in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return CacheOptions Modifier and Type Method Description CacheOptions
ProxyOptions. getCacheOptions()
Methods in io.vertx.httpproxy with parameters of type CacheOptions Modifier and Type Method Description ProxyOptions
ProxyOptions. 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 CacheOptions Modifier and Type Method Description CacheOptions
CacheOptions. setMaxSize(int maxSize)
Set the max number of entries the cache can hold.
-