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

Add scope-specific cache management to memoize #1

Merged
merged 6 commits into from
Jan 24, 2021

Conversation

willow-ahrens
Copy link
Owner

@willow-ahrens willow-ahrens commented Jan 24, 2021

Doesn't invalidate overwritten local method caches because I think it's impossible to call the overwritten method anyway (all the definitions happen simultaneously). Allows users to invalidate specific instances of closures by directly accessing the closure. Sometimes needs to unbox the cache variables to get their contents.

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

Successfully merging this pull request may close these issues.

1 participant