<%@ page contentType="text/html; charset=GBK"%> <%@ include file="/IncludeBegin.jsp"%> <%@page import="com.amarsoft.awe.res.model.SkinItem"%> <%@ page import="com.amarsoft.dict.als.cache.CacheLoaderFactory"%> <%@ page import="com.amarsoft.dict.als.cache.CacheDefine"%>
缓存控制台
<% Map cachesList = CacheLoaderFactory.getCachesList(); String [] keys = (String [])cachesList.keySet().toArray(new String[0]); for (int iKey=0; iKey < keys.length; iKey ++) { CacheDefine cache = cachesList.get(keys[iKey]); %> <%}%>
刷新【所有参数】缓存
  • 刷新【<%=keys[iKey]%>】缓存<%=" 说明:装载类【"+cache.getLoadClass()+"】大小【"+cache.getSize()+"】有效期【"+cache.getExpireTime()/1000+"】秒"%>
  • 刷新定制皮肤【<%=CurConfig.getParameter("SkinConfig")%>】
    刷新配置文件【<%=CurConfig.getConfigFile()%>】
      集群缓存控制台
    <% ArrayList asList = CacheLoaderFactory.getAppServerList(); for (int iKey=0; iKey < asList.size(); iKey ++) { %> <%}%>
    刷新集群服务器缓存
  • 服务器【<%=asList.get(iKey)%>】
  • <%@ include file="/IncludeEnd.jsp"%>