| Author |
Using EHcache and JCS
|
Gagan Tiwari
Ranch Hand
Joined: Jun 10, 2008
Posts: 68
|
|
Hi All
I am using Ehcache and JCS for getting up the cache in my application.
However one of the components needs a entire dedicated process of CACHE (Which would be running in a JVM)
and there will be other services (Which wil be running in their own JVM) which will be acessing the Cache and updating the same.
Does anyone have some sample code (of disributed Cache) or example, which could help me in designing the same
|
 |
Aditya Palaniappan
Greenhorn
Joined: May 19, 2010
Posts: 2
|
|
Ehchache supports distributed cache. Check out the examples http://ehcache.org/documentation/samples.html#Using_Distributed_Caches
Regards
Aditya
http://www.findbestopensource.com
|
 |
 |
|
|
subject: Using EHcache and JCS
|
|
|