You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/07/19 11:24:20 UTC

[jira] [Created] (IGNITE-3508) .NET: Make ICache implement IDictionary

Pavel Tupitsyn created IGNITE-3508:
--------------------------------------

             Summary: .NET: Make ICache implement IDictionary
                 Key: IGNITE-3508
                 URL: https://issues.apache.org/jira/browse/IGNITE-3508
             Project: Ignite
          Issue Type: Improvement
          Components: platforms
            Reporter: Pavel Tupitsyn
             Fix For: 2.0


ICache is essentially a dictionary. Implementing IDictionary<K, V> will provide a familiar interface to the users.

However, this may require us to remove ICacheEntry interface and switch to KeyValuePair, since this is what IDictionary operates on. KeyValuePair is also a struct, so this may improve performance in certain cases.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)