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.CacheOptions
CacheOptions. setName(String name)
Set the cache name, used when the cache is shared, otherwise ignored.CacheOptions
CacheOptions. setShared(boolean shared)
Set totrue
to share the cache.Constructors in io.vertx.httpproxy.cache with parameters of type CacheOptions Constructor Description CacheOptions(CacheOptions other)
Copy constructor.
-