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
-
getClasses
-
putClass
-
hasClass
-
size
int size()
-