From: <bri...@us...> - 2003-07-30 02:28:18
|
Update of /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template In directory sc8-pr-cvs1:/tmp/cvs-serv2401/test/unit/org/webmacro/template Modified Files: TST.properties Log Message: Replace complicated cache manager options with SimpleCacheManager (simple cache backed by ConcurrentHashMap) and ReloadingCacheManager (complicated reloading/expiring, simplified version of SMapCacheManager); replace TimeLoop (used by ReloadingCacheManager) with ClockDaemon; eliminate all the silly pseudo-optimization associated with ScalableXxx. Index: TST.properties =================================================================== RCS file: /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template/TST.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TST.properties 5 May 2001 12:07:52 -0000 1.3 --- TST.properties 30 Jul 2003 02:28:15 -0000 1.4 *************** *** 9,13 **** #PropertyOperator.CacheManager: org.webmacro.resource.GenerationalCacheManager ! #CachingProvider.template.CacheManager=org.webmacro.resource.StaticSMapCacheManager ! #CachingProvider.url.CacheManager=org.webmacro.resource.StaticSMapCacheManager --- 9,13 ---- #PropertyOperator.CacheManager: org.webmacro.resource.GenerationalCacheManager ! #CachingProvider.template.CacheManager=org.webmacro.resource.ReloadingCacheManager ! #CachingProvider.url.CacheManager=org.webmacro.resource.SimpleCacheManager |