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