79675636

Date: 2025-06-23 05:10:21
Score: 1
Natty:
Report link

You just need to add sync=true to you annotation. After all, your method is synchronized.

@Cacheable(value = "provider", key = "#providerId", sync = true)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Muhammadqodir Muhsinov