Forum Discussion
Leslie_South_55
Nimbostratus
19 years agocaching 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...
Leslie_South_55
Nimbostratus
19 years agoI have tried to "slim down" the rule to this
when HTTP_REQUEST {
set uri [HTTP::uri]
if { $uri starts_with "CachableURI" and $uri ends_with "CachableObjects" } {
CACHE::enable}
else {
CACHE::disable
log local0. "disabling cache for URI $uri"
}
}
and I am still getting log messages where the LTM is diabling cache for all requests
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