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
Constructors -
Method Summary
Methods inherited from class sootup.core.cache.FullCache
getClass, getClasses, hasClass, putClass, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface sootup.core.cache.ClassCache
getClass, getClasses, hasClass, putClass, sizeMethods inherited from interface sootup.core.cache.MutableClassCache
replaceClass
-
Constructor Details
-
MutableFullCache
public MutableFullCache()
-
-
Method Details
-
removeClass
- Specified by:
removeClassin interfaceMutableClassCache
-