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

[feature] CacheTTL Store option #11

Open
judahrand opened this issue Dec 20, 2019 · 0 comments
Open

[feature] CacheTTL Store option #11

judahrand opened this issue Dec 20, 2019 · 0 comments

Comments

@judahrand
Copy link
Contributor

judahrand commented Dec 20, 2019

Perhaps nice to offer a slightly more robust in-memory store to use? I say more robust as I assume that one of the concerns with using a simply dictionary is that it could blow up in size memory-size if the number of keys grew out of control. The cachetools.CacheTTL implementation is actually a TLRU implementation so that could be a good thing to use.

https://github.com/tkem/cachetools/

@judahrand judahrand changed the title [feature] CacheLRU Store option [feature] CacheTTL Store option Dec 20, 2019
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

1 participant