Sergey Evdokimov created IGNITE-137:
---------------------------------------

             Summary: 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
            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)

Reply via email to