Skip to content

Commit

Permalink
Bugfix: caching definition improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
hphoeksma committed Dec 18, 2019
1 parent cdfeae0 commit d701547
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Resources/Private/Fusion/Content/PostIndex.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,4 @@ prototype(Theme.Blog.Plain:ProtoType.PostIndexItem) < prototype(Neos.Fusion:Comp
data-feather="arrow-right"></i></a>
</article>
`

@cache {
mode = 'cached'
entryTags {
1 = ${Neos.Caching.nodeTag(node)}
1 = ${Neos.Caching.nodeTypeTag('Theme.Blog.Plain:Document.Post', node)}
}
}
}

0 comments on commit d701547

Please sign in to comment.