<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hello,<div class=""><br class=""></div><div class="">Is there a way to perform an action after a cache miss is detected but before the request is forwarded to the upstream server?</div><div class=""><br class=""></div><div class="">Specifically, on a cache miss I want to:</div><div class=""><ul class="MailOutline"><li class="">Return a response instead of forwarding the request to the upstream server.</li><li class="">Trigger a handler (module or script) that executes asynchronously to the request.</li></ul><div class=""><br class=""></div><div class="">The latter I could do by looking at the logs. But I was wondering if there is a more elegant way.</div><div class=""><br class=""></div><div class="">Thanks…</div><div class=""><br class=""></div><div class="">Roger</div><div class=""><br class=""></div><div class=""><br class=""></div></div><div class=""><br class=""></div></body></html>