Forum Discussion
Leslie_South_55
Nimbostratus
Jul 26, 2007caching with class
I have defined the following class's in my bigip.conf
class CacheableURI {
"/config/CacheableURI"
}
class CacheableObjects {
"/config/CacheableObjects"
the CacheableURI file contains...
Wil_Schultz_101
Nimbostratus
Jul 30, 2007Yup, that would probably be your best bet.
when HTTP_REQUEST {
if { !([matchclass [string tolower [HTTP::uri]] contains $::myclass]) } {
CACHE::disable
pool www.my.com_pool
}
else {
pool www.my.com_pool
}
}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