branaway / Japid

A Java-based statically-typed fast template engine that can be used in any Java code. It has special adapter for use with the Play! Framework.
113 stars 18 forks source link

使用CacheFor时发现的小bug #47

Closed mayan31370 closed 12 years ago

mayan31370 commented 12 years ago

在使用CacheFor时,默认是缓存30天,而30天换算成毫秒数时,超过了Integer的最大值。故将此处的int修改成long