Custom Cache Control Headers
-
There are several options for Cache Control policy on the browser cache tab:
- cache (“public”)
- cache with validation (“public, must-revalidate, proxy-revalidate”)
- cache without proxy (“private, must-revalidate”)
- cache with max-age (“max-age=EXPIRES_SECONDS,public, must-revalidate, proxy-revalidate”)
- no cache
However, we use EdgeCast and they recommend setting “max-age=EXPIRES_SECONDS,public” with no revalidate directive.
Is there a “right” way to add more options to this list without hacking the plugin code? Thanks!
- The topic ‘Custom Cache Control Headers’ is closed to new replies.