Uses of Interface
sootup.core.cache.ClassCache
-
Uses of ClassCache in sootup.core.cache
Modifier and TypeInterfaceDescriptioninterface
Interface for caches which are mutable and allow classes to be removed from.Modifier and TypeClassDescriptionclass
Cache that stores any class that has been resolved.class
Cache that implements a least recently used strategy.class
Mutable version of theFullCache
that additionally allows for a removal of cached classes. -
Uses of ClassCache in sootup.core.cache.provider
Modifier and TypeMethodDescriptionClassCacheProvider.createCache()
Create and return a new cache object.FullCacheProvider.createCache()
LRUCacheProvider.createCache()
MutableFullCacheProvider.createCache()
-
Uses of ClassCache in sootup.java.core.views