[jira] [Created] (IGNITE-5030) Support Spring @Cacheable(sync=true) annotation

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-5030) Support Spring @Cacheable(sync=true) annotation

Anton Vinogradov (Jira)
Anton Vinogradov created IGNITE-5030:
----------------------------------------

             Summary: Support Spring @Cacheable(sync=true) annotation
                 Key: IGNITE-5030
                 URL: https://issues.apache.org/jira/browse/IGNITE-5030
             Project: Ignite
          Issue Type: Task
            Reporter: Anton Vinogradov


@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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)