Needs work
Project:
Views Custom Cache Tags
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2018 at 07:41 UTC
Updated:
6 Jan 2026 at 00:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
siddhant.bhosale commentedComment #3
siddhant.bhosale commentedAdding hook_help() to views_custom_cache_tag.
Comment #5
siddhant.bhosale commentedI have forgot to run phpcs and phpcbf. here is the new patch.
Comment #7
siddhant.bhosale commentedError on CI seems to be different from hook_help. Marking this as Needs review.
Comment #8
abhisekmazumdarAs per the above comment, I have ignored the failed test case.
Comment #9
berdirComment #10
pcate commentedI re-ran the tests with the latest supported version of D8 and D9 and they passed, so setting to RTBC.
Comment #11
alexpottThe cache tags that are being replaced are not hardcoded. I think this module allows you to replace the often too generic list cache tag on views. For example: on a view of nodes you'll get the
node_listcache tag. This module allows you to replace that with something more specific. A very important point is that you need to implement code to handle invalidating your new cache tag.Comment #14
guilhermevp commentedAbout updated based on comment#11.
Comment #15
nupur badola commentedGetting website encountered error.
Comment #16
thejimbirch commentedback to Needs work for comment #15.
Consider also combining efforts with #2997407: README missing