Forum Discussion
lmiestc_26212
Cirrus
Oct 27, 2009iRules and RAM Cache
Hi,
I am new to iRules and I hope somebody can help me. I am using the RAM cache. Everything that can be cached by default is cached for 24 hours in the RAM cache. Now to my problem. I need to ...
hoolio
Cirrostratus
Oct 27, 2009Maybe something like this?
when HTTP_REQUEST {
set path [HTTP::path]
}
when CACHE_REQUEST {
if { $path equals "/mywebpage/public/test/testList.ajax" && [CACHE::age] > 7200 } {
CACHE::expire
log local0. "Expiring content: Age > 7200 seconds"
}
}
Aaron
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
