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