Skip to content

Commit

Permalink
♻️ Improve cache definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Oct 30, 2019
1 parent f9f3047 commit 2ac823c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Fusion/Document/Document.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ prototype(Carbon.BackendDocument:Document) < prototype(Neos.Fusion:Component) {
documentNode = ${node}
}
entryTags {
1 = ${'Node_' + node.identifier}
1 = ${Neos.Caching.nodeTag(node)}
}
}

Expand Down

0 comments on commit 2ac823c

Please sign in to comment.