com.typesafe.play.cachecontrol
Returns true if the request contains an Authorization header, false otherwise.
Returns true if the request contains an Authorization header, false otherwise.
Returns true if the response contains an expires header, false otherwise.
Returns true if the response contains an expires header, false otherwise.
"the Authorization header field (see Section 4.2 of [Part7]) does not appear in the request, if the cache is shared, unless the response explicitly allows it (see Section 3.2)"
"the Authorization header field (see Section 4.2 of [Part7]) does not appear in the request, if the cache is shared, unless the response explicitly allows it (see Section 3.2)"
"the "no-store" cache directive (see Section 5.2) does not appear in request or response header fields"
"the "no-store" cache directive (see Section 5.2) does not appear in request or response header fields"
"the "private" response directive (see Section 5.2.2.6) does not appear in the response, if the cache is shared, and"
"the "private" response directive (see Section 5.2.2.6) does not appear in the response, if the cache is shared, and"
https://tools.ietf.org/html/rfc7234#section-3.2
https://tools.ietf.org/html/rfc7234#section-3.2
"must-revalidate, public, and s-maxage" allow an authorization header.
Returns DoNotCacheResponse if this is not an "understood" response code, according to cache.isUnderstoodStatusCode.
Returns DoNotCacheResponse if this is not an "understood" response code, according to cache.isUnderstoodStatusCode.
Returns an action indicating whether the request should be cached or not.
Returns true if this is an extension that allows it to be cached.
Returns true if this is an extension that allows it to be cached.
https://tools.ietf.org/html/rfc7234#section-5.2.3
Returns DoNotCacheResponse if request method is not cacheable, according to cache.isCacheableMethod.
Returns DoNotCacheResponse if request method is not cacheable, according to cache.isCacheableMethod.
Returns true if the response is cacheable.
Returns true if the response is cacheable.
https://tools.ietf.org/html/rfc7234#section-3
Decides whether this response from an origin server should be stored in cached or not.
https://tools.ietf.org/html/rfc7234#section-3