Differences Between: [Versions 311 and 402] [Versions 311 and 403]
(no description)
File Size: | 185 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Google_Http_CacheParser:: (4 methods):
isRequestCacheable()
isResponseCacheable()
isExpired()
mustRevalidate()
Class: Google_Http_CacheParser - X-Ref
Implement the caching directives specified in rfc2616. ThisisRequestCacheable(Google_Http_Request $resp) X-Ref |
Check if an HTTP request can be cached by a private local cache. param: Google_Http_Request $resp return: bool True if the request is cacheable. |
isResponseCacheable(Google_Http_Request $resp) X-Ref |
Check if an HTTP response can be cached by a private local cache. param: Google_Http_Request $resp return: bool True if the response is cacheable. |
isExpired(Google_Http_Request $resp) X-Ref |
param: Google_Http_Request $resp return: bool True if the HTTP response is considered to be expired. |
mustRevalidate(Google_Http_Request $response) X-Ref |
Determine if a cache entry should be revalidated with by the origin. param: Google_Http_Request $response return: bool True if the entry is expired, else return false. |