[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/google/src/Google/Http/ -> CacheParser.php (summary)

(no description)

File Size: 185 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Google_Http_CacheParser:: (4 methods):
  isRequestCacheable()
  isResponseCacheable()
  isExpired()
  mustRevalidate()


Class: Google_Http_CacheParser  - X-Ref

Implement the caching directives specified in rfc2616. This
implementation is guided by the guidance offered in rfc2616-sec13.

isRequestCacheable(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.



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1