Cache

system.cacheForceFlush

Event generated when the cache is force flushed. This can be hooked by CDN interfaces to purge the CDN cache.

system.cachePurge

Issued to purge one or more files from an external cache facility e.g. CDN.

Parameter Description
files Array of files to purge, each entry is an absolute path within the current site, the domain name must not be included.



TOP