Package org.nemesis.forum.webapp.admin.bean

Examples of org.nemesis.forum.webapp.admin.bean.CacheBean


       
        //init
       
        List mcos =new ArrayList(5);
        for(int i =0;i<ctes.length;i++){
          mcos.add(new CacheBean(ctes[i], "cache.memory.ctes."+(i+1),cacheManager.getCache(ctes[i])));
        }
        request.setAttribute("mcos",mcos);
        request.setAttribute("isCacheEnabled",new Boolean(cacheManager.isCacheEnabled()));
       
    } catch (Exception e) {
View Full Code Here

TOP

Related Classes of org.nemesis.forum.webapp.admin.bean.CacheBean

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.