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

EhCache#getQuiet throws exception if item is not in cache

XMLWordPrintable

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

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

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

        Acceptance criteria

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

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD