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 store wrapper for on-heap state caching #43

Closed
shuttie opened this issue Sep 13, 2020 · 1 comment
Closed

Caching store wrapper for on-heap state caching #43

shuttie opened this issue Sep 13, 2020 · 1 comment

Comments

@shuttie
Copy link
Collaborator

shuttie commented Sep 13, 2020

As now we always dump the state to the store. The idea is to have a caching hierarchy, so you can have a layered design:

  1. In-memory cache which is not doing any serialization at all.
  2. Redis cache
  3. Actual store

I guess the Cache API should wrap the store API with some extra methods related to element expiration.

@shuttie shuttie added this to the 0.1-M1 milestone Sep 13, 2020
@shuttie shuttie modified the milestones: 0.1-M1, 0.1-M2 Dec 10, 2020
@shuttie
Copy link
Collaborator Author

shuttie commented Dec 13, 2021

done with featury integration

@shuttie shuttie closed this as completed Dec 13, 2021
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