Hi All,

I have below configuration in cache.config:

url_regex=example suffix=blah action=never-cache
url_regex=example01 suffix=blah01 action=never-cache
url_regex=example02 suffix=blah02 action=never-cache

url_regex=example ttl-in-cache=1h
url_regex=example01 ttl-in-cache=1h
url_regex=example02 ttl-in-cache=1h

In this case, files with suffix ".blah" are being cached anyway
regardless to action=never-cache.
But I need to cache all objects except some suffixes.
How can I make such cache exceptions?

Thanks,


Reply via email to