Ipstenu / varnish-http-purge

Proxy Cache Purge
Apache License 2.0
46 stars 47 forks source link

add do_actoin after full cache purge #41

Closed futtta closed 6 years ago

futtta commented 6 years ago

To allow other plugins to act on a full cache purge (e.g. Autoptimize so it can purge it's own cache). it might be preferable to call the action differently (e.g. varnishttp_after_full_purge to avoid conflicts with actions from other plugins (one never knows)) but I stuck to the naming in the other action.