Package org.faktorips.runtime.caching


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