Skip to content

StaticCache Plugin

opengeek edited this page Aug 25, 2012 · 5 revisions

Plugin Events

The StaticCache Plugin should be registered on the following two MODX Events:

  • OnBeforeSaveWebPageCache — the static files are written during this event
  • OnSiteRefresh — the statcache_path is cleared on this event

Plugin Properties

  • skipIfTagsRemain — Skips any Resource that contains non-cacheable tags if this property is set to Yes (1)
  • skipTV — Skips any Resource with a value for the specified Template Variable that evaluates to true
Clone this wiki locally