From: Gavin_King/Cirrus%<CI...@ci...> - 2002-07-25 15:24:41
|
Christian Meunier got me started with some code to integrate Apache Tubine's JCS today. I ended up rewriting much of the Cache package and making some big improvements. Anyway, you may now specify a JCS cache in the mapping file using <jcs-cache usage="read-only"/> or <jcs-cache usage="read-write"/> You must then configure the cache in the resource /cache.ccf I will deprecate the old homegrown cache soon. JCS supports things like in-memory LRU caching, disk-caching, distributed caching, etc but be careful of using a distributed cache with usage ="read-write". That probably wont work. All in CVS.... |