vertx / io.vertx.ext.web.templ / FreeMarkerTemplateEngine / setMaxCacheSize

setMaxCacheSize

abstract fun setMaxCacheSize(maxCacheSize: Int): FreeMarkerTemplateEngine

Set the max cache size for the engine

Parameters

maxCacheSize - the maxCacheSize

Return
a reference to this for fluency