jfinal enjoy 3.5

This commit is contained in:
James
2018-10-04 21:38:21 +08:00
parent 49d53e9f55
commit 13f2d302c3
24 changed files with 763 additions and 181 deletions

View File

@@ -27,12 +27,12 @@ public interface ISource {
boolean isModified();
/**
* key used to cache, return null if do not cache the template
* cache key used to cache, return null if do not cache the template
*
* 注意:如果不希望缓存从该 ISource 解析出来的 Template 对象
* 让 getKey() 返回 null 值即可
* 让 getCacheKey() 返回 null 值即可
*/
String getKey();
String getCacheKey();
/**
* content of ISource