Package sootup.core.cache
Class FullCache
java.lang.Object
sootup.core.cache.FullCache
- All Implemented Interfaces:
ClassCache
- Direct Known Subclasses:
MutableFullCache
Cache that stores any class that has been resolved.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
cache
-
-
Constructor Details
-
FullCache
public FullCache()
-
-
Method Details
-
getClass
- Specified by:
getClass
in interfaceClassCache
-
getClasses
- Specified by:
getClasses
in interfaceClassCache
-
putClass
- Specified by:
putClass
in interfaceClassCache
-
hasClass
- Specified by:
hasClass
in interfaceClassCache
-
size
public int size()- Specified by:
size
in interfaceClassCache
-