Menu

Caching directly to disk

2004-08-11
2013-05-14
  • David H. McCoy

    David H. McCoy - 2004-08-11

    How can I configure ehcache to cache directly disk bypassing the in-memory cache?

     
    • Greg Luck

      Greg Luck - 2004-09-29

      I have written some performance tests on this. You should always have at least 1 element in memory, otherwise your performance can drop by as much as an order of magnitude.

       
    • Aaron Smuts

      Aaron Smuts - 2005-01-13

      Items must be moving from disk to memory only to go right back to disk.  JCS can run with 0 items in memory and it will not try to respool. 

      http://jakarta.apache.org/turbine/jcs/

       

Log in to post a comment.