Uses of Class
org.faktorips.runtime.caching.Memoizer
-
Packages that use Memoizer Package Description org.faktorips.runtime org.faktorips.runtime.caching -
-
Uses of Memoizer in org.faktorips.runtime
Methods in org.faktorips.runtime that return Memoizer Modifier and Type Method Description <K,V>
Memoizer<K,V>DefaultCacheFactory. createCache(IComputable<K,V> computable) -
Uses of Memoizer in org.faktorips.runtime.caching
Methods in org.faktorips.runtime.caching that return Memoizer Modifier and Type Method Description static <K,V>
Memoizer<K,V>Memoizer. of(java.lang.Class<? super V> valueClass, java.util.function.Function<K,V> function)Creates a newMemoizerfor the given value class using the givenFunctionto compute the values from keys.
-