소스 검색

清理缓存接口修改

gaodm 5 년 전
부모
커밋
2d70c49b54
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 9
      icssman-service/src/main/java/com/diagbot/facade/CacheFacade.java

+ 0 - 9
icssman-service/src/main/java/com/diagbot/facade/CacheFacade.java

@@ -19,13 +19,4 @@ public class CacheFacade {
             @CacheEvict(value = "tagCache", key = "'tag:'+#p0+'_2'") })
             @CacheEvict(value = "tagCache", key = "'tag:'+#p0+'_2'") })
     public void clearCache(Long id) {
     public void clearCache(Long id) {
     }
     }
-
-    /**
-     * 批量删除缓存
-     *
-     * @param ids
-     */
-    public void clearAllCacheByIds(List<Long> ids) {
-
-    }
 }
 }