[
https://issues.apache.org/jira/browse/IGNITE-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Evdokimov reassigned IGNITE-137:
---------------------------------------
Assignee: Sergey Evdokimov
> IgniteCache.enableAsync() should return same instance for different call.
> -------------------------------------------------------------------------
>
> Key: IGNITE-137
> URL: https://issues.apache.org/jira/browse/IGNITE-137
> Project: Ignite
> Issue Type: Task
> Reporter: Sergey Evdokimov
> Assignee: Sergey Evdokimov
> Priority: Trivial
>
> IgniteCache.enableAsync() should return same instance to allow to write
> following code:
> {code}
> cache.enableAsync().put(1, "a");
> Future fut = cache.enableAsync().future()
> {code}
> Without creation a variable to store cache.enableAsync().
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)