Class ProfileAggregatorController


  • @Controller
    @RequestMapping("/api/3/system/profile")
    public class ProfileAggregatorController
    extends Object
    • Constructor Detail

      • ProfileAggregatorController

        public ProfileAggregatorController()
    • Method Detail

      • clearProfileCache

        @RequestMapping(value="/clear",
                        method={DELETE,GET})
        @ResponseBody
        public boolean clearProfileCache​(@RequestParam(required=false,defaultValue="")
                                         String profileIds)