Uses of Interface
io.bootique.mvc.renderer.RenderableTemplateCache
-
Packages that use RenderableTemplateCache Package Description io.bootique.mvc io.bootique.mvc.renderer -
-
Uses of RenderableTemplateCache in io.bootique.mvc
Methods in io.bootique.mvc that return RenderableTemplateCache Modifier and Type Method Description RenderableTemplateCacheMvcFactory. createRenderableTemplateCache() -
Uses of RenderableTemplateCache in io.bootique.mvc.renderer
Methods in io.bootique.mvc.renderer that return RenderableTemplateCache Modifier and Type Method Description static RenderableTemplateCacheRenderableTemplateCache. of(Duration ttl)Creates an unbounded cache with the specified entry TTL.static RenderableTemplateCacheRenderableTemplateCache. ofNoCache()Creates a dummy cache that does not store anything and reloads entries on every call.
-