Package org.cxbox.core.controller
Class BcRegistryController
- java.lang.Object
-
- org.cxbox.core.controller.BcRegistryController
-
@RestController @RequestMapping("#{ (${cxbox.api.use-servlet-context-path} == true) ? \'\': \'${cxbox.api.path}\'}/bc-registry") public class BcRegistryController extends Object
-
-
Constructor Summary
Constructors Constructor Description BcRegistryController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseDTOinvalidateCache()
-
-
-
Method Detail
-
invalidateCache
@RequestMapping(method=GET, value="invalidate-cache") public ResponseDTO invalidateCache()
-
-