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

Implement flush of site cache and group cache #5

Merged
merged 9 commits into from
Jun 18, 2014

Conversation

l3rady
Copy link
Owner

@l3rady l3rady commented Jun 17, 2014

Implement wp_cache_flush_site() and wp_cache_flush_group()

These functions technically don't flush the cache but what they will do is increment a counter for those sites and groups which will invalidate all the caches in the previous counter value.

This will allow you to reset caches for just certain groups or sites without having to flush the entire cache

Scott Cariss added 5 commits May 28, 2014 16:15
* release/v1.0:
  Set version numbers in plugin and readme
* hotfix/fix-apc-fetch-of-arrayobject:
  Bump version numbers and update README
  on APC fetch convert arrayObject back to array
* hotfix/fix-reverse-logic-in-incr-decr:
  Update version numbers and README
  Fix inverted logic in incr and decr functions
@l3rady l3rady added this to the 1.1 milestone Jun 17, 2014
@l3rady l3rady self-assigned this Jun 17, 2014
@l3rady l3rady merged commit ee7fd3e into master Jun 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant