Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache tagging and invalidation support #12

Open
davidstrauss opened this issue Nov 28, 2011 · 1 comment
Open

Cache tagging and invalidation support #12

davidstrauss opened this issue Nov 28, 2011 · 1 comment

Comments

@davidstrauss
Copy link
Member

Extend the cache API to support tagging items and invalidating items with a certain tag. This work should ideally be coordinated with D8.

@fabsor
Copy link

fabsor commented Feb 1, 2012

I guess http://drupal.org/project/cachetags should be highly interesting for this. The project maintains a patch that adds another paramter to the cache_set/get functions, tags:
http://drupalcode.org/project/cachetags.git/blob/refs/heads/7.x-1.x:/cachetags.patch

There is also a patch that takes an alternate approach, it makes the cache.inc pluggable as it was in Drupal 6 in order to implement this:
http://drupal.org/node/1341306

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants