ltm rule event CACHE RESPONSEΒΆ
iRule(1) BIG-IP TMSH Manual iRule(1)
CACHE_RESPONSE
Triggered immediately prior to sending a cache response.
DESCRIPTION
Triggered immediately prior to sending a cache response. Used to override default behavior.
Examples
when CACHE_RESPONSE {
if { $expired == 1 } {
CACHE::expire
log local0. "cache expire"
set expired 0
}
}
HINTS
SEE ALSO
CHANGE LOG
@BIGIP-9.0.5 --First introduced the event.
BIG-IP 2022-04-12 iRule(1)