r4669 - trunk/varnish-cache/man

tfheen at varnish-cache.org tfheen at varnish-cache.org
Mon Apr 19 08:20:47 CEST 2010


Author: tfheen
Date: 2010-04-19 08:20:46 +0200 (Mon, 19 Apr 2010)
New Revision: 4669

Modified:
   trunk/varnish-cache/man/vcl.7so
Log:
Document that TTL is no longer taken into account for beresp.cacheable


Modified: trunk/varnish-cache/man/vcl.7so
===================================================================
--- trunk/varnish-cache/man/vcl.7so	2010-04-16 10:24:59 UTC (rev 4668)
+++ trunk/varnish-cache/man/vcl.7so	2010-04-19 06:20:46 UTC (rev 4669)
@@ -586,13 +586,8 @@
 .It Va obj.cacheable
 True if the request resulted in a cacheable response.
 .\" see cache_center.c and rfc2616.c for details
-A response is considered cacheable if it is valid (see above), the
-HTTP status code is 200, 203, 300, 301, 302, 404 or 410 and it has a
-non-zero time-to-live when
-.Cm Expires
-and
-.Cm Cache-Control
-headers are taken into account.
+A response is considered cacheable if it is valid (see above), and the
+HTTP status code is 200, 203, 300, 301, 302, 404 or 410.
 .It Va obj.ttl
 The object's remaining time to live, in seconds.
 .It Va obj.lastuse




More information about the varnish-commit mailing list