public interface TemplateSource
TemplateSource must implement
#equals(Object) and #hashCode() methods. This two methods are the core of the
cache system.| Modifier and Type | Method and Description |
|---|---|
String |
content()
The template content.
|
String |
filename()
The file's name.
|
long |
lastModified()
The last modified date.
|
String content() throws IOException
IOException - If the template can't read.String filename()
long lastModified()
Copyright © 2016. All rights reserved.