@RestController @RequestMapping(value="/cache") @CrossOrigin(origins="*") public class BrowserCacheController extends Object
| Constructor and Description |
|---|
BrowserCacheController() |
@PreAuthorize(value="hasAnyAuthority(@AuthorizationService.PORTAL_ADMIN, @AuthorizationService.curator(\'community\'), @AuthorizationService.manager(\'community\', #pid))")
@RequestMapping(value="/{pid}",
method=GET)
public boolean purge(@PathVariable(value="pid")
String pid)
Copyright © 2022. All rights reserved.