Package io.vertx.ext.web.common.template
Class CachedTemplate<T>
- java.lang.Object
-
- io.vertx.ext.web.common.template.CachedTemplate<T>
-
- All Implemented Interfaces:
Shareable
public class CachedTemplate<T> extends Object implements Shareable
- Author:
- Paulo Lopes
-
-
Constructor Summary
Constructors Constructor Description CachedTemplate(T template)
CachedTemplate(T template, String baseDir)
-