You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2016/08/05 20:30:20 UTC

[jira] [Created] (IGNITE-3634) SpringCacheManager should support null values

Valentin Kulichenko created IGNITE-3634:
-------------------------------------------

             Summary: SpringCacheManager should support null values
                 Key: IGNITE-3634
                 URL: https://issues.apache.org/jira/browse/IGNITE-3634
             Project: Ignite
          Issue Type: Bug
          Components: ignite-spring
    Affects Versions: 1.7
            Reporter: Valentin Kulichenko
            Assignee: Valentin Kulichenko
            Priority: Critical
             Fix For: 1.8


Currently {{SpringCache.put()}} will fail if method marked with {{@Cacheable}} returns {{null}}. We should wrap {{null}} in a special value and save it in cache, so that next time the method is called, it is returned without executing the method.



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