Uses of Class
org.glassfish.hk2.utilities.cache.ComputationErrorException
-
Packages that use ComputationErrorException Package Description org.glassfish.hk2.utilities.cache -
-
Uses of ComputationErrorException in org.glassfish.hk2.utilities.cache
Methods in org.glassfish.hk2.utilities.cache that throw ComputationErrorException Modifier and Type Method Description V
Computable. compute(K key)
Defines an expensive computation to retrieve value V from key K.
-