Uses of Interface
sootup.core.cache.ClassCache
Packages that use ClassCache
-
Uses of ClassCache in sootup.core.cache
Subinterfaces of ClassCache in sootup.core.cacheModifier and TypeInterfaceDescriptioninterface
Interface for caches which are mutable and allow classes to be removed from.Classes in sootup.core.cache that implement ClassCacheModifier 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
Methods in sootup.core.cache.provider that return ClassCacheModifier and TypeMethodDescriptionClassCacheProvider.createCache()
Create and return a new cache object.FullCacheProvider.createCache()
LRUCacheProvider.createCache()
MutableFullCacheProvider.createCache()
-
Uses of ClassCache in sootup.java.core.views
Fields in sootup.java.core.views declared as ClassCache