-
Notifications
You must be signed in to change notification settings - Fork 15
/
lite_speed_cache.routing.yml
40 lines (34 loc) · 1 KB
/
lite_speed_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
lite_speed_cache.form:
path: '/admin/config/development/lscache'
defaults:
_form: 'Drupal\lite_speed_cache\Form\LSCacheForm'
_title: 'LSCache Settings'
requirements:
_permission: 'administer site configuration'
lite_speed_cache.purgeall:
path: '/lscpurgeall'
defaults:
_controller: '\Drupal\lite_speed_cache\Controller\LSCacheController::purgeAll'
_title: 'LiteSpeedCache: Purge All'
requirements:
_permission: 'access content'
options:
no_cache: 'TRUE'
lite_speed_cache.warmup:
path: '/lscwarmup'
defaults:
_controller: '\Drupal\lite_speed_cache\Controller\LSCacheController::warmup'
_title: 'LiteSpeedCache: Warmup'
requirements:
_permission: 'access content'
options:
no_cache: 'TRUE'
lite_speed_cache.showesi:
path: '/lscesi'
defaults:
_controller: '\Drupal\lite_speed_cache\Controller\LSCacheController::showesi'
_title: 'LiteSpeedCache: ESI Block'
requirements:
_permission: 'access content'
options:
no_cache: 'TRUE'