Uses of Class
org.faktorips.runtime.caching.HardMemoizer
Packages that use HardMemoizer
-
Uses of HardMemoizer in org.faktorips.runtime.caching
Methods in org.faktorips.runtime.caching that return HardMemoizerModifier and TypeMethodDescriptionstatic <K,V> HardMemoizer<K, V> Creates a newHardMemoizerfor the given value class using the givenFunctionto compute the values from keys.static <K,V> HardMemoizer<K, V> HardMemoizer.of(IComputable<K, V> computable) Creates a newHardMemoizerfor the given value class using the givenIComputableto compute the values from keys.