Class BamCacheImpl<ContentT extends AbstractState<ContentT>>

  • Type Parameters:
    ContentT - The content of the jvm states. For example, this can be a SetAbstractState of taints for taint analysis or a ValueAbstractState for value analysis.
    All Implemented Interfaces:
    BamCache<ContentT>

    public class BamCacheImpl<ContentT extends AbstractState<ContentT>>
    extends java.lang.Object
    implements BamCache<ContentT>
    A simple implementation of BamCache where the cache is implemented as a HashMap.