Spring Boot - Caching
What will happen if you annotate a method with
@CacheEvict(value = "users", allEntries = true) and call it?@CacheEvict(value = "users", allEntries = true) and call it?allEntries=true removes all entries in the specified cache.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions