Where can I find a guide on JCS Cache tuning that will help me understand issues such as * What is a good load factor to maintain optimum cache performance? * How does cache size impact GC behavior? * How do I decide the number entries to save in the memory cache vs. disk? * What is a normal cache size in terms of entries or bytes for a Tomcat application server? * Is it more efficient to cache a Boolean object for true or false values or to use a String value of "T" or "F"?
Thanks in advance. -- View this message in context: http://www.nabble.com/JCS-Cache-Tuning-tp22751726p22751726.html Sent from the JCS - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: jcs-users-unsubscr...@jakarta.apache.org For additional commands, e-mail: jcs-users-h...@jakarta.apache.org