A response policy rule determining the cacheability of the response.
Type: \Drupal\Core\PageCache\ResponsePolicyInterface
File
- core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php, line 54
Class
- DynamicPageCacheSubscriber
- Returns cached responses as early and avoiding as much work as possible.
Namespace
Drupal\dynamic_page_cache\EventSubscriber
Code
protected $responsePolicy;
Please login to continue.