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/08/08 13:25:20 UTC

[jira] [Created] (IGNITE-3654) SpringCache should optionally treat put with null as remove.

Vladimir Ozerov created IGNITE-3654:
---------------------------------------

             Summary: SpringCache should optionally treat put with null as remove.
                 Key: IGNITE-3654
                 URL: https://issues.apache.org/jira/browse/IGNITE-3654
             Project: Ignite
          Issue Type: Task
          Components: general
    Affects Versions: 1.6
            Reporter: Vladimir Ozerov
            Assignee: Andrew Mashenkov
            Priority: Critical
             Fix For: 1.8


Currently our cache manager delegates put() directly to IgniteCache,put(). This way we do not allow null values. However, other cache providers do allow it. This way users may have troubles when migrating from other caching providers. 

We should optionally allow null values.



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