I've been advised that caching is not working on my site. I find this odd because I'm explicitly setting the following in my config:
Director::set_environment_type("live");
Shouldn't this enable caching by default?
I've just checked my headers using telnet and found this:
Cache-Control: no-cache, max-age=0, must-revalidate, no-transform
How can I set max-age to something more suitable for my site?