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

feat: cache expiration #32

Open
3 tasks
crookse opened this issue Apr 18, 2022 · 0 comments
Open
3 tasks

feat: cache expiration #32

crookse opened this issue Apr 18, 2022 · 0 comments

Comments

@crookse
Copy link
Member

crookse commented Apr 18, 2022

Summary

What:

Make caching configurable and introduce a cache expiration. For example, search results that are cached and not used for 30 minutes should be removed from the cache. Any search results that are used should have its cache timer reset to 0.

Why:

Keep the cache clean and from growing unnecessarily.

Acceptance Criteria

Below is a list of tasks that must be completed before this issue can be closed.

  • Write documentation
  • Write unit tests
  • Write integration tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant