You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-users@jakarta.apache.org by Ec...@tonbeller.com on 2005/11/04 16:57:43 UTC

a use case for JCS?

Hi all,

newbie to JCS has this scenario:

Our web application downloads reports from a reporting server. The reports 
are formatted and cached as files on disk. The reports have unique ids 
derived from the user name, the execution time and so on. How can we do 
this with JCS?

- a disk only cache?
- cache contains files, not java objects?
- cache should be accessible from multiple web app instances (clustering)

thanks for helping

Eckard