Class BamCacheImpl<ContentT extends AbstractState<ContentT>>

java.lang.Object
proguard.analysis.cpa.bam.BamCacheImpl<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 Object implements BamCache<ContentT>
A simple implementation of BamCache where the cache is implemented as a HashMap.