Package sootup.core.cache
Interface ClassCache
- All Known Subinterfaces:
MutableClassCache
- All Known Implementing Classes:
FullCache,LRUCache,MutableFullCache
public interface ClassCache
Interface for different caching strategies of resolved classes.
-
Method Summary
-
Method Details
-
getClass
- Returns:
- null if classType is not in the cache
-
getClasses
-
putClass
-
hasClass
-
size
int size()
-