Tuesday, 3 September 2013

sample example for JCS

sample example for JCS

I am implementing JCS for the first time.
My requirement : I have one java class with a main method in which i am
storing some data in the cache.
I have second java class with a main method from which i am retrieving
from the disk cache which i had stored using the first java class.
Please note: 1. I want to use disk cache(Of JCS). 2. I want to retrieve
the data from different JVM. 3. When i run the first Java class main
method, i should store the data in the disk cache and when i run the
second java class main method, i want to retrieve the data from the cache
which is stored in the disk using the first java class main method.

No comments:

Post a Comment