| Javadoc for Statistics#getCacheRegionStatistics says: @return Stats for the named region, or {@code null} if no such region exists In master (5.3) only, StatisticsImpl#getCacheRegionStatistics throws an exception if 2nd-level cache is enabled, but the region does not exist. This also needs to be fixed. |