Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-3508

.NET: Make ICache implement IDictionary

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • platforms

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ptupitsyn Pavel Tupitsyn
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: