Interface ValueCache.ThrowingValueComputer<K,V,T extends Throwable>

All Known Subinterfaces:
ValueCache.ValueComputer<K,V>
Enclosing class:
ValueCache<K,V,T extends Throwable>

public static interface ValueCache.ThrowingValueComputer<K,V,T extends Throwable>
  • Method Summary

    Modifier and Type
    Method
    Description
    compute(K key)
     
  • Method Details

    • compute

      V compute(K key) throws T
      Throws:
      T