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

Caching #1

Closed
cabbruzzese opened this issue Aug 31, 2018 · 1 comment
Closed

Caching #1

cabbruzzese opened this issue Aug 31, 2018 · 1 comment

Comments

@cabbruzzese
Copy link
Owner

Implement caching solution to hold results of search requests for lifetime of datasource.

i.e. a dictionary for "list" that holds the token and the list of results.

Should have a max size to prevent abuse. (I.e. if List is called with a million random searches, this would cause memory issues)

cabbruzzese added a commit that referenced this issue Sep 3, 2018
Addresses issue #1
@cabbruzzese
Copy link
Owner Author

Caching solution needs more testing, but closing and reporting any new errors as bugs.

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