Cache

From CauchoWiki

Jump to: navigation, search


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.

tagdescriptiondefault
entriesmax number of entries in the cache4096
disk-sizemaximum persistent disk-size256M
memory-sizeblock-cache memory-size8M

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.

Personal tools