hi all:

  i am learning document from varnish offical website.

  in the documents, there is a configure as below:

  sub vcl_fetch {
  if (!obj.cacheable) {
    obj.ttl = 10s;
    pass;
  }

  i wonder after varnish fetch a page form back server, what varnish
decides the page
  if it's cacheable according to?

  please help me! thanks !



  Regards!
  pwlazy
_______________________________________________
varnish-misc mailing list
[email protected]
http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to