Package sootup.core.cache
Class MutableFullCache
java.lang.Object
sootup.core.cache.FullCache
sootup.core.cache.MutableFullCache
- All Implemented Interfaces:
ClassCache
,MutableClassCache
Mutable version of the
FullCache
that additionally allows for a removal of cached
classes.-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class sootup.core.cache.FullCache
getClass, getClasses, hasClass, putClass, size
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface sootup.core.cache.ClassCache
getClass, getClasses, hasClass, putClass, size
Methods inherited from interface sootup.core.cache.MutableClassCache
replaceClass
-
Constructor Details
-
MutableFullCache
public MutableFullCache()
-
-
Method Details
-
removeClass
- Specified by:
removeClass
in interfaceMutableClassCache
-