Package org.faktorips.runtime.caching
package org.faktorips.runtime.caching
-
ClassDescriptionAbstractComputable<K,
V> Basic implementation ofIComputable, taking the value class as a parameter.IComputable<K,V> Interface to compute objects of type V identified by a key of type KMemoizer<K,V> This Memoizer is implemented as suggested by Brian Goetz in Java Concurrency in Practice.