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 Youngho Cho <yo...@nannet.co.kr> on 2007/11/10 02:54:06 UTC

Disk Cache Question

Hello,

I used DiskCache.

If during some time interval if the Cache hit number in DiskCache is over some count
than I would like to move  the cache to the memory.

and if during some time interval if the Cache hit number in Memory is lower some count
than I would like to move the cache to the Disk.

Can I configure JCS to do that ?


Thanks,


Youngho