Package com.dotmarketing.business

Examples of com.dotmarketing.business.DotCacheAdministrator.flushAll()


    return before - after;
  }

  public static void flushCache(){
    DotCacheAdministrator cache = CacheLocator.getCacheAdministrator();
    cache.flushAll();
  }

  public static void deleteAssets(List<String> inodes, String tableName, int offset){
    if(inodes == null || inodes.size() < 1){
      return;
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.