Forum Discussion
Andrea_Arquint
Nov 03, 2010Nimbostratus
troubles with cache dump
Hi I want see what is in the cache. So the following link does it but I remark strange behavior with it: http://devcentral.f5.com/wiki/defau...trace.html Independently what is confi...
Andrea_Arquint
Nov 10, 2010Nimbostratus
Hi hoolio
Here is the rule:
when RULE_INIT {
set static::cache ""
}
when HTTP_REQUEST {
if { [HTTP::uri] ends_with "/aracache" } {
HTTP::respond 200 content "CACHE DUMP\r\n\r\n$static::cache\r\n\r\n"
}
}
when CACHE_RESPONSE {
CACHE::header insert X-Via F5-LB
set static::cache [CACHE::trace]
}
This does respond something but if I clear the cache then it still respond the same entries even if they are cleard???
Thanx for your help
bb
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects