vertx / io.vertx.rxjava.ext.web.handler / StaticHandler / setCacheEntryTimeout

setCacheEntryTimeout

open fun setCacheEntryTimeout(timeout: Long): StaticHandler

Set the server cache entry timeout when caching is enabled

Parameters

timeout - the timeout, in ms

Return
a reference to this, so the API can be used fluently