You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/07/25 07:40:20 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-3508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov updated IGNITE-3508:
------------------------------------
    Labels: breaking-api roadmap  (was: breaking-api)

> .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
>              Labels: breaking-api, roadmap
>             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)