OHDSI / WebAPI

OHDSI WebAPI contains all OHDSI services that can be called from OHDSI applications
Apache License 2.0
128 stars 166 forks source link

Re-introduce Caching #2393

Open chrisknoll opened 2 weeks ago

chrisknoll commented 2 weeks ago

Implemented caching for cohort def list, concept set list, permissions. Implementation uses ehCache 3.9. Added test for CohortDefinitionService caching.

Notes: This implementation diverges from the sandbox: I decided to leverage @CacheEvict on methods instead of JPA Entity Listeners to simplify the implementation.

Currently getting cache info is unprotected, but cache/clear is protected.