Jelajahi Sumber

fixed the description of isNoCache method

Brikou CARRE 14 tahun lalu
induk
melakukan
2648ff273e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/Symfony/Component/HttpFoundation/Request.php

+ 1 - 1
src/Symfony/Component/HttpFoundation/Request.php

@@ -771,7 +771,7 @@ class Request
     }
 
     /**
-     * Checks whether the request instructs proxies in the path not to cache the request.
+     * Checks whether cached response must be successfully revalidated by the origin server.
      * 
      * @return Boolean
      */