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 a hybrid cache implementation #39

Open
bhaskarkishore opened this issue Aug 2, 2021 · 0 comments
Open

Add a hybrid cache implementation #39

bhaskarkishore opened this issue Aug 2, 2021 · 0 comments
Labels
discussion Discussion required enhancement New feature or request
Milestone

Comments

@bhaskarkishore
Copy link
Contributor

Add a hybrid cache implementation that combines both the in memory cache and disk cache. Some suggestions on how this may work.

  1. Insert operation will write to both disk and memory sub caches.
  2. Get operation will first check the memory cache, then upon a miss check disk cache.
@bhaskarkishore bhaskarkishore added enhancement New feature or request discussion Discussion required labels Aug 2, 2021
@bhaskarkishore bhaskarkishore added this to the Release 1.4.0 milestone Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Discussion required enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant