public abstract class CachingTemplateEngine<T> extends Object implements TemplateEngine
| Modifier and Type | Field and Description | 
|---|---|
protected io.vertx.ext.web.common.template.impl.ConcurrentLRUCache<String,T> | 
cache  | 
protected String | 
extension
Deprecated.  
 | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
CachingTemplateEngine(int maxCacheSize)  | 
protected  | 
CachingTemplateEngine(String ext,
                     int maxCacheSize)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
adjustLocation(String location)
Deprecated.  
 | 
protected void | 
doSetExtension(String ext)
Deprecated.  
 | 
boolean | 
isCachingEnabled()
Returns true if the template template caches template files. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrender, render@Deprecated protected String extension
@Deprecated protected CachingTemplateEngine(String ext, int maxCacheSize)
protected CachingTemplateEngine(int maxCacheSize)
public boolean isCachingEnabled()
TemplateEngineisCachingEnabled in interface TemplateEngine@Deprecated protected String adjustLocation(String location)
@Deprecated protected void doSetExtension(String ext)
Copyright © 2020 Eclipse. All rights reserved.