Store-Agnostic Cache Module #214
pierissimo
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background
Caching is a common practice in software development, and is used to improve the performance of applications by storing frequently accessed data in memory. However, choosing a caching solution can be challenging, as different caching stores have different features and limitations. Additionally, building a caching solution that is reusable by all other modules of the framework is not easy.
Proposed Solution
To address these issues, it is proposed that the DaVinci framework include a store-agnostic cache module. This module would provide developers with a flexible and reusable caching solution that can be used by all other modules within the framework. Additionally, it would provide a simple and consistent API for interacting with the cache, regardless of the underlying storage solution.
The proposed solution would involve the following steps:
Beta Was this translation helpful? Give feedback.
All reactions