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

setMaxCacheSize

open fun setMaxCacheSize(maxCacheSize: Int): StaticHandler

Set the max cache size, when caching is enabled

Parameters

maxCacheSize - the max cache size

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