service http_middleware.page_cache in Drupal 8
Same name and namespace in other branches
- 9 core/modules/page_cache/page_cache.services.yml \http_middleware.page_cache
Class
Drupal\page_cache\StackMiddleware\PageCacheTags
- http_middleware
File
- core/
modules/ page_cache/ page_cache.services.yml - core/modules/page_cache/page_cache.services.yml
View source
- class: Drupal\page_cache\StackMiddleware\PageCache
- arguments:
- - '@cache.page'
- - '@page_cache_request_policy'
- - '@page_cache_response_policy'
- tags:
- - { name: http_middleware, priority: 200, responder: true }