Forum Discussion
Andrea_Arquint
Nimbostratus
Nov 03, 2010troubles 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
Nimbostratus
Nov 10, 2010Hi 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
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
