Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
cache_register-3183611
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Issue forks
cache_register-3183611
Commits
3e070a5c
Commit
3e070a5c
authored
Nov 18, 2020
by
mrweiner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
note re buildTags
parent
32c941f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/Drawer.php
src/Drawer.php
+4
-0
No files found.
src/Drawer.php
View file @
3e070a5c
...
...
@@ -74,7 +74,11 @@ class Drawer implements DrawerInterface {
return
$this
->
cacheTags
;
}
/**
* {@inheritDoc}
*/
private
function
populateCacheTags
()
{
// If more tags are needed, can use Cache::buildTags
$this
->
cacheTags
[]
=
'drawer:'
.
$this
->
id
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment