varnish / varnish-modules

Collection of Varnish Cache modules (vmods) by Varnish Software
Other
182 stars 86 forks source link

Purged objects show number of runs? #62

Closed ghost closed 7 years ago

ghost commented 7 years ago

Testing with this: set req.http.n-gone = xkey.purge(req.http.xkey-purge);

Http request: xkey: a1 a2 a3

Purge request: Xkey-purge: a1 Result: 1

Purge request 2: Xkey-purge: a1 a2 Result: 2

Int returned from xkey.purge is actually number of runs For every cached object?

gquintard commented 7 years ago

https://github.com/varnish/varnish-modules/blob/master/src/vmod_xkey.vcc#L97