Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
@Cacheable(sync=true) guarantee that only one thread (across the cluster) will fetch value for a key on get, even in case of some simultaneous gets.
So,
org.apache.ignite.cache.spring.SpringCache#get(java.lang.Object, java.util.concurrent.Callable<T>)
should be implemented to provide such guarantee.
Attachments
Issue Links
- relates to
-
IGNITE-4211 Update Spring dependency to latest stable version
- Resolved
- links to