Uses of Class
io.vertx.httpproxy.spi.cache.Resource
-
Packages that use Resource Package Description io.vertx.httpproxy.spi.cache -
-
Uses of Resource in io.vertx.httpproxy.spi.cache
Methods in io.vertx.httpproxy.spi.cache that return types with arguments of type Resource Modifier and Type Method Description Future<Resource>
Cache. get(String key)
Being called when the proxy attempts to fetch a cache item.Methods in io.vertx.httpproxy.spi.cache with parameters of type Resource Modifier and Type Method Description Future<Void>
Cache. put(String key, Resource value)
Being called when the proxy attempts to add a new cache item.
-