Skip to main content
The 2024 Developer Survey results are live! See the results
deleted 3 characters in body
Source Link
yglodt
  • 14.4k
  • 15
  • 99
  • 135

Keep it compact:

  You can evict multiple caches by enumerating them inside the @CacheEvict annotation:

@CacheEvict(value = { "cache1", "cache2" }, allEntries = true)

Keep it compact:

  You can evict multiple caches by enumerating them inside the @CacheEvict annotation:

@CacheEvict(value = { "cache1", "cache2" }, allEntries = true)

Keep it compact: You can evict multiple caches by enumerating them inside the @CacheEvict annotation:

@CacheEvict(value = { "cache1", "cache2" }, allEntries = true)
added 3 characters in body
Source Link
yglodt
  • 14.4k
  • 15
  • 99
  • 135

Keep it compact: 

You can evict multiple caches by enumerating them inside the @CacheEvict annotation:

@CacheEvict(value = { "cache1", "cache2" }, allEntries = true)

Keep it compact: You can evict multiple caches by enumerating them inside the @CacheEvict annotation:

@CacheEvict(value = { "cache1", "cache2" }, allEntries = true)

Keep it compact: 

You can evict multiple caches by enumerating them inside the @CacheEvict annotation:

@CacheEvict(value = { "cache1", "cache2" }, allEntries = true)
added 17 characters in body
Source Link
yglodt
  • 14.4k
  • 15
  • 99
  • 135

Keep it compact: You can evict multiple caches by enumerating them inside the @CacheEvict annotation:

@CacheEvict(value = { "cache1", "cache2" }, allEntries = true)

You can evict multiple caches by enumerating them inside the @CacheEvict annotation:

@CacheEvict(value = { "cache1", "cache2" }, allEntries = true)

Keep it compact: You can evict multiple caches by enumerating them inside the @CacheEvict annotation:

@CacheEvict(value = { "cache1", "cache2" }, allEntries = true)
deleted 5 characters in body
Source Link
yglodt
  • 14.4k
  • 15
  • 99
  • 135
Loading
Source Link
yglodt
  • 14.4k
  • 15
  • 99
  • 135
Loading