Cache
From Resin 3.0
(Difference between revisions)
Line 1: | Line 1: | ||
[[Category:Configuration]] | [[Category:Configuration]] | ||
− | The <cache> tag configures Resin's [[Proxy Cache]]. | + | The <cache> tag configures Resin's [[Proxy Caching|Proxy Cache]]. |
{| | {| |
Revision as of 17:45, 23 February 2006
The <cache> tag configures Resin's Proxy Cache.
tag | description | default |
---|---|---|
entries | max number of entries in the cache | 4096 |
disk-size | maximum persistent disk-size | 256M |
memory-size | block-cache memory-size | 8M |
Most deployments will want to increase the memory-size. The low default value is used so Resin will work with the small JVM default memory sizes.