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

Expose has on memoized methods #45

Open
medikoo opened this issue Sep 13, 2015 · 3 comments
Open

Expose has on memoized methods #45

medikoo opened this issue Sep 13, 2015 · 3 comments
Assignees
Milestone

Comments

@medikoo
Copy link
Owner

medikoo commented Sep 13, 2015

No description provided.

@medikoo medikoo self-assigned this Sep 13, 2015
@medikoo medikoo added this to the v1 milestone Sep 13, 2015
@rektide
Copy link

rektide commented Nov 7, 2016

I'd like to see a more general solution that also lets us iterate through all inputs that have been memoized.

@rektide
Copy link

rektide commented Nov 7, 2016

Rather, all inputs that still have cached result for that input.

@medikoo
Copy link
Owner Author

medikoo commented Nov 7, 2016

@rektide By default, intention is thatmemoizee will only store hash-like information (so not the input arguments in exact form, but unique id that corresponds to them).
Having that, what you propose will not be possible directly, but I agree it's a good idea, to have it as an option.

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