jQuery in Action, 2nd edition
The moose likes EhCache and the fly likes Using EHcache and JCS Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Caching » EhCache
Reply Bookmark "Using EHcache and JCS" Watch "Using EHcache and JCS" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Using EHcache and JCS
 
Similar Threads
EhCache and JCS throws Out of Memory error.
which version of JCS jar is compatible with Microsoft JVM 1.1?
which version of JCS jar is compatible with Microsoft JVM 1.1?
Regarding java caching framework
cache solutions for tomcat clustering environment