This functionality was merged back into the main CacheTags module's 7.x-2.x branch, please focus all efforts there.
This is a friendly fork of
Cache Tags. The intention is to merge as much as possible into the original project!
This sandbox projects contains three major changes. The 7.x-1.x
branch is tracking the original project. The master
branch is tracking all the changes made in this sandbox.
Here is a description of all the individual feature branches:
1. New core patch and support for tagging of the page cache
Can be tracked in the cache-inc
branch, here.
Issue in the original project: #1341306: New core patch and support for tagging of the page cache
The problem with the original approach is that parts of the required functionality lives in the patch and other parts lives in DrupalCacheTags.inc
which can't be included in a sustainable way. Everything needs to live in cache.inc
.