You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/28 16:04:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16066776#comment-16066776 ] 

ASF GitHub Bot commented on IGNITE-5030:
----------------------------------------

Github user mcherkasov closed the pull request at:

    https://github.com/apache/ignite/pull/2030


> 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
>            Assignee: Mikhail Cherkasov
>             Fix For: 2.1
>
>
> @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.4.14#64029)