Cache
From Resin 3.0
(Difference between revisions)
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Cleanup}} | ||
+ | |||
[[Category:Configuration]] | [[Category:Configuration]] | ||
− | The <cache> tag configures Resin's [[Proxy Caching|Proxy Cache]]. | + | The <cache> tag configures Resin's [[Proxy Caching|Proxy Cache]]. The <cache> belongs to the <[[server]]> block, since the proxy cache is shared across the entire Resin server. |
{| | {| |
Latest revision as of 21:13, 1 December 2011
This article requires cleanup and may refer to a legacy version of Resin.
Please visit http://www.caucho.com/documentation/ for the most up-to-date documentation. |
The <cache> tag configures Resin's Proxy Cache. The <cache> belongs to the <server> block, since the proxy cache is shared across the entire Resin server.
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.