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

Re-introduce Caching #2393

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Re-introduce Caching #2393

wants to merge 2 commits into from

Conversation

chrisknoll
Copy link
Collaborator

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.

Implementation uses ehCache 3.9.
Added test for CohortDefinitionService caching.
Increased size of small-heap configuration.
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

Successfully merging this pull request may close these issues.

1 participant