Skip to content

Commit

Permalink
Implemented the review change to drop the lcache endpoint
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Pielage <[email protected]>
  • Loading branch information
NotedSalmon and Pandrex247 authored Jul 22, 2024
1 parent 5787097 commit bd7156e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,7 @@
@RestEndpoint(configBean = Domain.class,
opType = RestEndpoint.OpType.GET,
path = "clear-cache",
description = "Clears a JCache or Hazalcast IMap"),
@RestEndpoint(configBean = Domain.class,
opType = RestEndpoint.OpType.GET,
path = "lclear-cache",
description = "Clears a JCache or Hazalcast IMap")

})
public class ClearCache implements AdminCommand {

Expand Down

0 comments on commit bd7156e

Please sign in to comment.