Class AuxiliaryCache

java.lang.Object
com.ibm.wala.ssa.AuxiliaryCache

public class AuxiliaryCache extends Object
A cache for auxiliary information based on an SSA representation

A mapping from (IMethod,Context) -> SSAOptions -> SoftReference -> something

This doesn't work very well ... GCs don't do such a great job with SoftReferences ... revamp it.