Package com.skyline.common.cache.annotation

Examples of com.skyline.common.cache.annotation.CacheDelete.expire()


      }
      if (annotationType.equals(CacheDelete.class)) { // 如categoryType等可能重复的数据以删除为准
        isCacheDelete = true;
        CacheDelete cacheDelete = (CacheDelete) annotation;
        categoryType = cacheDelete.type();
        expire = cacheDelete.expire();
        isGenericCache = isCategoryTypeGeneric(categoryType);
      }
    }
  }
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.