The memory cache configuration options are documented here: http://jakarta.apache.org/jcs/RegionProperties.html
The default value for the memory shrinker is false. The only way you could have it on is if you added a line much like this: jcs.default.cacheattributes.UseMemoryShrinker=true The name of the property that turns the memory shrinker on should be self evident: it's "UseMemoryShrinker". Cheers, Aaron --- "Lin, Shan" <[EMAIL PROTECTED]> wrote: > I am using JCS 1.2.7.0. What is the right > configuration to have a > non-shrinkable LRU memory cache? > I try some combination, but still not certain about > what is the right > configuration. > > Could someone provide a reference configuration for > this type of usage? > Thanks, > > Shan Lin > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
