This is an old revision of the document!


User-Defined Cache Rules

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

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

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

  • The same content is cached for all URLs with the same action route.
  • For example, if all of your 404 pages are the same, you may add “cms_index_noRoute” to this list.
  • This setting uses case sensitive exact matching and is space, comma, return separated.

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

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

  • Partial matches can be performed by adding an “*” to the end of a URL.
  • Space, comma, return separated.

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. 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.”

  • Admin
  • Last modified: 2016/08/11 16:30
  • by Rob Holda