Uses of Class
org.aspectj.weaver.tools.cache.WeavedClassCache
Packages that use WeavedClassCache
-
Uses of WeavedClassCache in org.aspectj.weaver.tools
Fields in org.aspectj.weaver.tools declared as WeavedClassCache -
Uses of WeavedClassCache in org.aspectj.weaver.tools.cache
Methods in org.aspectj.weaver.tools.cache that return WeavedClassCacheModifier and TypeMethodDescriptionstatic WeavedClassCache
WeavedClassCache.createCache(ClassLoader loader, List<String> aspects, GeneratedClassHandler existingClassHandler, IMessageHandler messageHandler)
Creates a new cache using the resolver and backing returned by the DefaultCacheFactory.Methods in org.aspectj.weaver.tools.cache that return types with arguments of type WeavedClassCacheModifier and TypeMethodDescriptionstatic List<WeavedClassCache>
WeavedClassCache.getCaches()
Return a list of all WeavedClassCaches which have been initializedConstructors in org.aspectj.weaver.tools.cache with parameters of type WeavedClassCacheModifierConstructorDescriptionGeneratedCachedClassHandler(WeavedClassCache cache, GeneratedClassHandler nextHandler)