Class BcRegistryController

java.lang.Object
org.cxbox.meta.BcRegistryController

@RestController @RequestMapping("#{ (${cxbox.api.use-servlet-context-path} == true) ? \'\': \'${cxbox.api.path}\'}/bc-registry") public class BcRegistryController extends Object
  • Constructor Details

    • BcRegistryController

      public BcRegistryController()
  • Method Details

    • invalidateCache

      @GetMapping("invalidate-cache") public ResponseDTO invalidateCache()