Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
adv_varnish
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
adv_varnish
Merge requests
!19
Issue
#3455481
: Add cache options to views and routes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3455481
: Add cache options to views and routes
issue/adv_varnish-3455481:adv_varnish-3455481
into
4.x
Overview
0
Commits
4
Pipelines
5
Changes
5
Open
Fabien Clément
requested to merge
issue/adv_varnish-3455481:adv_varnish-3455481
into
4.x
11 months ago
Overview
0
Commits
4
Pipelines
5
Changes
5
Expand
0
0
Merge request reports
Compare
4.x
version 4
4975d5ea
4 months ago
version 3
dafc5cb7
11 months ago
version 2
0d776a8d
11 months ago
version 1
ab3433d2
11 months ago
4.x (HEAD)
and
latest version
latest version
580c6696
4 commits,
4 months ago
version 4
4975d5ea
3 commits,
4 months ago
version 3
dafc5cb7
2 commits,
11 months ago
version 2
0d776a8d
2 commits,
11 months ago
version 1
ab3433d2
1 commit,
11 months ago
5 files
+
178
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
config/schema/adv_varnish.schema.yml
+
12
−
0
Options
@@ -59,3 +59,15 @@ adv_varnish.cache_settings:
authenticated
:
type
:
string
label
:
'
Cache
control
headers
for
logged
in
users'
views.cache.adv_varnish_tag
:
type
:
views_cache
label
:
'
Advanced
Varnish
Tag
based
caching'
mapping
:
options
:
type
:
mapping
label
:
'
Cache
options'
mapping
:
adv_varnish_cache_by
:
type
:
integer
label
:
'
Cache
by
roles,
user
or
page.'
Loading