[MGNLCACHE-130] EhCache#getQuiet throws exception if item is not in cache Created: 15/Mar/16  Updated: 24/Mar/16  Resolved: 24/Mar/16

Status: Closed
Project: Cache Modules
Component/s: ehcache
Affects Version/s: 5.4
Fix Version/s: 5.4.4

Type: Bug Priority: Neutral
Reporter: Roman Kovařík Assignee: Roman Kovařík
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Sprint: Kromeriz 36
Story Points: 1

 Description   
    @Override
    public Object getQuiet(Object key) {
        return ehcache.getQuiet(key).getObjectValue();
    }

The code doesn't expect getQuiet() to return null.


Generated at Sun Feb 11 23:52:30 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.