@RestController(value="dev-ops-cache") @RequestMapping(value="/dev/ops/cache") public class CacheController extends BaseController
request, response
构造器和说明 |
---|
CacheController() |
限定符和类型 | 方法和说明 |
---|---|
ApiResult<Pager<Map<String,Object>>> |
list()
获取缓存分页列表
|
ApiResult<String> |
refresh(String cacheKey)
刷新缓存
|
error, error, fail, fail, fail, getLoginID, getLoginName, getLoginOrgID, getLoginOrgName, getLoginUser, getTenantId, getUserName, i18n, i18n, isAdministrator, isDeveloper, limit, offset, ok, ok, setInsertLog, setLoginInfo, setUpdateLog, success, success, success, success, validateToken
@PostMapping(value="/refresh") @Permission(value="ADMIN") @Transactional(rollbackFor=java.lang.Exception.class) public ApiResult<String> refresh(@RequestParam(required=false) String cacheKey) throws SQLException
SQLException
Copyright © 2025. All rights reserved.