Hi All, Thanks in advance. We have a requirement to store huge amount of data, which we were planning to achieve this by some cache mechanism.We come across ehcache but this is a open source and henceforth we may not get support. Eventually,We are planning to use websphere dynacache. Can any one please help me by providing good links and some working examples.
What do you mean by "a huge amount of data". For large (multi gigabyte) caches, we do not recommend using Dynacache -- instead, you should look at IBM's WebSphere XD ObjectGrid product.
Hi, I need to track down the information about the content being accessed in WCM. I need to list the user Id and the contents name that is been accessed. Can you tell me how this is acquired using Dynamic Cache? Thanks in advance
"Kri", Please check your private messages. -Ben", Welcome to JavaRanch!
We're pleased to have you here with us here on the ranch, but there are a few rules that need to be followed, and one is that proper names are required. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.
In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious. You can change it here [ March 08, 2008: Message edited by: Ben Souther ]
Hi All,
I am trying to implement this DynaCache component in my application. I completed coding with sharing policy as "not-shared". And when i incorporated this implementation in one WAR it is working fine. And in the same EAR i have another WAR and tried to plugin this component in the second WAR. Then it is giving me a problem. Some times it is unable to pick the data from cache.
Can any one help me on this.