Uses of Class
org.aspectj.weaver.tools.cache.CachedClassEntry
Packages that use CachedClassEntry
-
Uses of CachedClassEntry in org.aspectj.weaver.tools.cache
Methods in org.aspectj.weaver.tools.cache that return CachedClassEntryModifier and TypeMethodDescriptionAsynchronousFileCacheBacking.get(CachedClassReference ref, byte[] originalBytes)CacheBacking.get(CachedClassReference ref, byte[] originalBytes)Get a cache entryDefaultFileCacheBacking.get(CachedClassReference ref, byte[] originalBytes)WeavedClassCache.get(CachedClassReference ref, byte[] classBytes)Get a cache valueMethods in org.aspectj.weaver.tools.cache with parameters of type CachedClassEntryModifier and TypeMethodDescriptionAbstractIndexedFileCacheBacking.createIndexEntry(CachedClassEntry classEntry, byte[] originalBytes)voidAsynchronousFileCacheBacking.put(CachedClassEntry entry, byte[] originalBytes)voidCacheBacking.put(CachedClassEntry entry, byte[] originalBytes)Put an entry in the cachevoidDefaultFileCacheBacking.put(CachedClassEntry entry, byte[] originalBytes)