You just need to add sync=true to you annotation. After all, your method is synchronized.
@Cacheable(value = "provider", key = "#providerId", sync = true)