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 #24

Open
anthonysena opened this issue Apr 1, 2024 · 1 comment
Open

Caching #24

anthonysena opened this issue Apr 1, 2024 · 1 comment
Labels
roadmap Items for Atlas/WebAPI 3.x

Comments

@anthonysena
Copy link
Contributor

We must have a single approach for caching of data in WebAPI.

Previous approached included:

  • Directly caching in memory (record counts)
  • Using ehcache
  • Storing data in the WebAPI database (Achilles/record counts)

For reference, jHipster has some support for ehcache and others: https://www.jhipster.tech/using-cache/

@anthonysena anthonysena added the roadmap Items for Atlas/WebAPI 3.x label Apr 1, 2024
@anthonysena
Copy link
Contributor Author

We need to identify places where we are using different approaches to caching in v2.x and ask ourselves "do we need to cache or are we masking a problem"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
roadmap Items for Atlas/WebAPI 3.x
Projects
Status: No status
Development

No branches or pull requests

1 participant