namespace Drupal\Core\PageCache\ResponsePolicy in Drupal 9
Same name in other branches
|
Class |
Location | Description |
|---|---|---|
| DenyNoCacheRoutes |
core/ |
Cache policy for routes with the 'no_cache' option set. |
| KillSwitch |
core/ |
A policy evaluating to static::DENY when the kill switch was triggered. |
| NoServerError |
core/ |
A policy denying caching of a server error (HTTP 5xx) responses. |