This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EhCache and the fly likes EHCache and JCS POC - Auxiliary cache question. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Caching » EhCache
Reply Bookmark "EHCache and JCS POC - Auxiliary cache question." Watch "EHCache and JCS POC - Auxiliary cache question." New topic
Author

EHCache and JCS POC - Auxiliary cache question.

Buddy Guy
Greenhorn

Joined: Jan 25, 2007
Posts: 1
I am doing a POC with EHCache and JCS, starting with JCS. I am having difficulty limiting the size of an auxiliary JCS cache using a RemoteCacheFactory. I believe I can do this with an IndexedDiskCacheFactory by setting the MaxKeySize attribute, but this isn't available for a RemoteCacheFactory cache. Does anyone know how to do this? Other than Apache's documentation, there isn't much available on JCS, and even less on auxiliary caches and how to use remote.cache.ccf properly. Any information or links to helpful documentation is appreciated.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: EHCache and JCS POC - Auxiliary cache question.
 
Similar Threads
Caching solution required to cache the data in memory.
EhCache and JCS throws Out of Memory error.
Using EHcache and JCS
Spring ehcache null value caching
Regarding java caching framework