Interface CacheValueLoader<V>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      V load​(CacheKey key)
      Used by cache region to load missing value.
      This method does not have to be thread safe.
      If CacheValueLoadException thrown unit is not added to cache.