Skip to content
Snippets Groups Projects
Commit 28bcaf98 authored by Manuel Spuhler's avatar Manuel Spuhler
Browse files

Removed cache for Exareme methods

parent 149cbc05
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,6 @@ public class MethodsApi {
private UserInfo userInfo;
@ApiOperation(value = "List Exareme algorithms and validations", response = String.class)
@Cacheable(value = "exareme", unless = "#result.getStatusCode().value()!=200")
@RequestMapping(value = "/exareme", method = RequestMethod.GET)
public ResponseEntity<Object> getExaremeAlgorithms() {
LOGGER.info("List Exareme algorithms and validations");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment