Table of Contents

User-Defined Cache Rules

Cacheable Routes

Global setting. Routes to be cached. Partial matches will also be cached. Space, comma, return separated.

Do-Not-Cache Subroutes

Global setting. Subroutes within cacheable routes to be excluded from caching. Space, comma, return separated.

Full Route Action Cache

Global setting. Tells LSWS to cache entire responses based on route actions instead of URLs.

Do-Not-Cache GET Parameters

Global setting. Comma-separated list of GET variables that prevents caching URLs within Cacheable Routes.

URL Blacklist

Global setting. List of relative URLs contained in Cacheable Routes that you would like to exclude from caching.

Customized Block Names for “welcome” Tag

Global setting. Comma-separated list of customized block names associated with the “welcome” tag. These are private blocks and are only purged by login and logout events.

Global setting. Comma-separated list of customized block names associated with the “toplinks” tag. These are private blocks and are only purged by login and logout events.

Global Setting. By default, the “toplinks” tag is associated with the “cart” and “wishlist” tags. This setting associates additional purge tags with the “toplinks” tag.

Customized Block Names for “messages” Tag

Global setting. Comma-separated list of customized block names associated with the “messages” tag. Only define here if the block is not derived from “Mage_Core_Block_Messages.”