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