Class SimpleCache

java.lang.Object
org.faktorips.runtime.SimpleCache
All Implemented Interfaces:
IComputable<Object,Object>

public class SimpleCache extends Object implements IComputable<Object,Object>
Simple cache that just uses a HashMap to cache objects and never releases them. This Cache is thread safe but not very high-performance.
Author:
Jan Ortmann