-
filter xss code in html.
2009-07-13 11:04:40 UTC in FreeMarker
-
I know Element has such option,that's why I think it's necessary to add this method.
2009-07-13 07:50:58 UTC in ehcache
-
I mean add a new method
put(java.lang.Object key, java.lang.Object value, int timeToLiveSeconds,int timeToIdleSeconds)
timeToIdleSeconds is required also,for example put HttpSession into cache.
2009-07-09 01:52:30 UTC in ehcache
-
in class net.sf.ehcache.jcache.JCache,there is a method
put(java.lang.Object key, java.lang.Object value, int timeToLiveSeconds)
and missing
put(java.lang.Object key, java.lang.Object value, int timeToLiveSeconds,int timeToIdleSeconds)
2009-07-06 11:37:04 UTC in ehcache
-
hi,Greg
I read this document http://ehcache.sourceforge.net/documentation/jsr107.html
Cache does not support setting a TTL override on a put. e.g. put(Object key, Object value, long timeToLive) . This is a useful feature.
Is this problem resovled?.
2009-07-06 11:32:48 UTC in ehcache
-
I have seen net.sf.sr107cache.* not javax.cache.* before,and I can't find either now.
2009-07-06 01:41:57 UTC in ehcache