Package org.nemesis.forum.impl

Examples of org.nemesis.forum.impl.DbCacheManager.clear()


        if(request.getParameter("switchcache")!=null){
          cacheManager.setCacheEnabled(!cacheManager.isCacheEnabled());
        }
        if(request.getParameter("clean")!=null){
          try {
            cacheManager.clear(Integer.parseInt(request.getParameter("clean")));
          } catch (Exception e) {
          }
        }
        if(request.getParameter("newSize")!=null){
          try {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.