Caching
Enabled
(none)
Request Origin
Publicly Cacheable
Privately Cacheable
Requires Revalidation
HTTP Cache Request Headers
Request did not contain any Caching-relevant header.
HTTP Cache Response Headers
Header name | Header value |
---|---|
Cache-Control | immutable, max-age=31536000, public |
Expires | Mon, 03 Aug 2026 01:23:23 +0200 |
HTTP Cache Response Cache-Control Directives
Directive | Value | Group | Description |
---|---|---|---|
immutable | 1 | Revalidation and Reloading | Indicates that the response body will not change over time. The resource, if unexpired, is unchanged on the server and therefore the client should not send a conditional revalidation for it (e.g. If-None-Match or If-Modified-Since) to check for updates, even when the user explicitly refreshes the page. Clients that aren't aware of this extension must ignore them as per the HTTP specification. In Firefox, immutable is only honored on https:// transactions. |
max-age | 31536000 | Expiration | Specifies the maximum amount of time a resource will be considered fresh. Contrary to Expires, this directive is relative to the time of the request. |
public | 1 | Cacheability | Indicates that the response may be cached by any cache, even if the response would normally be non-cacheable (e.g. if the response does not contain a max-age directive or the Expires header). |
HTTP Cache Response Entitites
Response did not contain any Caching-relevant entity.
HTTP Cache Configuration
See http_cache
section in configuration file packages/can_rest.yml
.
Option | Value |
---|---|
Enabled | On |
Ignore Client Cache-Control | Off |
Allow caching of resource Options | Off |
Compatibility Mode | Off |
Cache Invalidation Policy | MIXED |
Default cache type | public |
Default time-to-live (seconds) | 3600 |
Default time-to-idle (seconds) | 3600 |
Vary | Authorization, Content-Type |
CanRestBundle Version 1.0.0. Please, refer to the package documentation.