-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathd8_cache.routing.yml
112 lines (93 loc) · 3.25 KB
/
d8_cache.routing.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
d8_cache.cache_controller_cacheCode:
path: '/d8_cache/cacheCode'
defaults:
_controller: '\Drupal\d8_cache\Controller\CacheController::cacheCode'
_title: 'cacheCode'
requirements:
_permission: 'access content'
d8_cache.cache_controller_cacheMaxAge:
path: '/d8_cache/max-age'
defaults:
_controller: '\Drupal\d8_cache\Controller\CacheController::cacheMaxAge'
_title: 'cacheMaxAge'
requirements:
_permission: 'access content'
d8_cache.cache_controller_cacheMaxAgeCode:
path: '/d8_cache/max-age-code'
defaults:
_controller: '\Drupal\d8_cache\Controller\CacheController::cacheMaxAgeCode'
_title: 'cacheMaxAgeCode'
requirements:
_permission: 'access content'
d8_cache.cache_controller_internalNoCache:
path: '/d8_cache/internalNoCache'
defaults:
_controller: '\Drupal\d8_cache\Controller\CacheController::internalNoCache'
_title: 'Internal No Cache'
requirements:
_permission: 'access content'
d8_cache.cache_controller_internalNoCacheRoute:
path: '/d8_cache/internalNoCacheRoute'
defaults:
_controller: '\Drupal\d8_cache\Controller\CacheController::internalNoCacheRoute'
_title: 'Internal No Cache Route'
requirements:
_permission: 'access content'
options:
no_cache: TRUE # Stop cache the whole page
d8_cache.cache_controller_cacheMaxAgePermanent:
path: '/d8_cache/cacheMaxAgePermanent'
defaults:
_controller: '\Drupal\d8_cache\Controller\CacheController::cacheMaxAgePermanent'
_title: 'cacheMaxAge Permanent'
requirements:
_permission: 'access content'
d8_cache.cache_controller_cacheContextsByUrl:
path: '/d8_cache/cacheContextsByUrl'
defaults:
_controller: '\Drupal\d8_cache\Controller\CacheController::cacheContextsByUrl'
_title: 'cacheMaxAge Context'
requirements:
_permission: 'access content'
d8_cache.cache_controller_cacheContextsByUrlParam:
path: '/d8_cache/cacheContextsByUrlParam'
defaults:
_controller: '\Drupal\d8_cache\Controller\CacheController::cacheContextsByUrlParam'
_title: 'cacheMaxAge Context Params'
requirements:
_permission: 'access content'
d8_cache.cache_controller_cacheTagsNode:
path: '/d8_cache/cacheTagsNode'
defaults:
_controller: '\Drupal\d8_cache\Controller\CacheController::cacheTagsNode'
_title: 'cache Tags Node 1'
requirements:
_permission: 'access content'
d8_cache.cache_controller_cacheTags:
path: '/d8_cache/cacheTags'
defaults:
_controller: '\Drupal\d8_cache\Controller\CacheController::cacheTags'
_title: 'cacheTags'
requirements:
_permission: 'access content'
d8_cache.cache_controller_cacheNoKeys:
path: '/d8_cache/cacheNoKeys'
defaults:
_controller: '\Drupal\d8_cache\Controller\CacheController::cacheNoKeys'
_title: 'cache No Keys'
requirements:
_permission: 'access content'
d8_cache.cache_controller_cacheKeys:
path: '/d8_cache/cacheKeys'
defaults:
_controller: '\Drupal\d8_cache\Controller\CacheController::cacheKeys'
_title: 'cache with Keys'
requirements:
_permission: 'access content'
d8_cache.cache_controller_cacheTreeParent:
path: '/d8_cache/cacheTreeParent'
defaults:
_controller: '\Drupal\d8_cache\Controller\CacheController::cacheTreeParent'
_title: 'cacheTreeParent'
requirements:
_permission: 'access content'