cacheable tag

1 questions


1 answers
99 views
0
Is it possible to give several conditions in @Cacheable?

I want to use Cacheable Annotation to cache Spring.I think there should be several conditions. @Cacheable(value = item, condition = #filter.size == null)It works fine with @Cacheable(value = item, con...


© 2024 OneMinuteCode. All rights reserved.