From: Urberg, J. <ju...@ve...> - 2002-07-25 17:19:12
|
Is a JCS cache serializable? If so, how much more would it take to pass the whole session over the wire? Thanks, John -----Original Message----- From: Gavin_King/Cirrus%CI...@ci... [mailto:Gavin_King/Cirrus%CI...@ci...] Sent: Thursday, July 25, 2002 10:09 AM To: hib...@li... Cc: vc...@cl... Subject: [Hibernate-devel] JCS integration 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.... ------------------------------------------------------- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabber.com/osdn/xim _______________________________________________ Hibernate-devel mailing list Hib...@li... https://lists.sourceforge.net/lists/listinfo/hibernate-devel |