ltm rule event CACHE UPDATEΒΆ

iRule(1)					  BIG-IP TMSH Manual					     iRule(1)

CACHE_UPDATE
       Fires when a new entry is inserted into the cache and when an object is refreshed in the cache by the server
       after expiring.

DESCRIPTION
       This event fires when a new entry is inserted into the cache and when an object is refreshed in the cache by
       the server after expiring.

Examples
	when CACHE_UPDATE {
	    # cached object's headers manipulation
	    # modifications will be seen whenever the object is served from cache
	    CACHE::header replace Server Big-IP-Server
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-9.4.2 --First introduced the event.

BIG-IP						      2020-06-23					     iRule(1)