-
Notifications
You must be signed in to change notification settings - Fork 169
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
Clear Server Cache button in ATLAS does not work #2274
Comments
Possible dupe of OHDSI/Atlas#2847. |
For reference, we're referring to this button: The proposed behavior should be: clear all results from the WebAPI Question: should this only clear the cached data in the WebAPI database and/or the CDM(s) results table(s)? For this button: We'd clear the table that holds the |
Noting the WebAPI endpoints for the buttons above:
|
Expected behaviour
ATLAS has "Clear Server Cache" button on Configuration page. Expected that endpoint is present and it clears all in-memory cache and truncates "cdm_cache" table in application database. Maybe anything else?
Actual behavior
Clicking it request goes to WebAPI/cache/clear endpoint that does not exist. 404 comes as response.
API Documentation does not show the endpoint too: http://webapidoc.ohdsi.org
Steps to reproduce behavior
The text was updated successfully, but these errors were encountered: