Add in some better documentation for override-expire.
Attempt to clearly document exactly what it does - in this instance, it
enforces min age and doesn't allow the admin to enforce max-age -
ie, truncate staleness.
VIOLATES the HTTP standard. Enabling this feature
could make you liable for problems which it causes.
+ Note: override-expire does not enforce staleness - it only extends
+ freshness / min. If the server returns a Expires time which
+ is longer than your max time, Squid will still consider
+ the object fresh for that period of time.
+
override-lastmod enforces min age even on objects
that were modified recently.