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)