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 TypeInterfaceDescriptioninterfaceInterface for caches which are mutable and allow classes to be removed from.Classes in sootup.core.cache that implement ClassCacheModifier and TypeClassDescriptionclassCache that stores any class that has been resolved.classCache that implements a least recently used strategy.classMutable version of theFullCachethat 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