Class TypeCache<T>

java.lang.Object
org.ojalgo.type.TypeCache<T>
All Implemented Interfaces:
ForgetfulMap.ValueCache<T>

@Deprecated public abstract class TypeCache<T> extends Object implements ForgetfulMap.ValueCache<T>
A supplier that most of the time returns a cached value, and only recomputes it when necessary (periodically).