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