Forum Discussion
Joseph_Lee_4644
Nimbostratus
Oct 25, 2005Ram Cache
Is it possible to make my Ram Cache "selective" using iRule just like Compression?
bl0ndie_127134
Oct 25, 2005Historic F5 Account
I think this rule might be what you are looking for.
class images {
".bmp"
".gif"
".jpg"
}
when HTTP_REQUEST {
if { [matchclass [HTTP::uri] ends_with $::images]} {
CACHE::enable
}
else {
CACHE::disable
}
}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