4
4

1 回答 1

2

您不能按照您提到的方式(使用 Iterable)使用 @CacheEvict。

当使用@CacheEvict 的“key”属性时,SpEL 应该指向要从指定缓存中删除的实体的单个 id。

虽然文档中没有直接提到它(http://docs.spring.io/spring/docs/current/spring-framework-reference/html/cache.html#cache-annotations-evict

于 2015-08-29T16:45:55.177 回答