OHDSI / AtlasWebAPIRoadmap

Apache License 2.0
0 stars 0 forks source link

Caching #24

Open anthonysena opened 6 months ago

anthonysena commented 6 months ago

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

Previous approached included:

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

anthonysena commented 6 months ago

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"?