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

Overhaul caching. #211

Merged
merged 1 commit into from
May 28, 2016
Merged

Overhaul caching. #211

merged 1 commit into from
May 28, 2016

Conversation

jsocol
Copy link
Collaborator

@jsocol jsocol commented May 28, 2016

- Removes all signal handlers, fixes #137.
- Adds Cls.get_all() methods, fixes #142.
- Moves caching globally into Cls.get() and Cls.get_all(), fixes #170,
  fixes #160, fixes #77.
- Adds managers to invalidate ALL_* cache keys on create.
- Adds a new delete admin action to invalidate cache.
- Adds Flag.is_active_for_user, fixes #186.
- Uses delete_many to flush cache, fixes #158.
- Fixes cache invalidation in override_*, fixes #163.
@groovecoder
Copy link
Contributor

🎉

@joeyespo
Copy link

joeyespo commented Feb 3, 2017

Just ran into #168. Any chance this will be released soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment