Uploaded image for project: 'Cache Modules'
  1. Cache Modules
  2. MGNLCACHE-130

EhCache#getQuiet throws exception if item is not in cache

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Neutral
    • 5.4.4
    • 5.4
    • ehcache
    • None
    • Kromeriz 36
    • 1

    Description

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

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

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              rkovarik Roman Kovařík
              rkovarik Roman Kovařík
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Bug DoR
                  Task DoD