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)
void
AsynchronousFileCacheBacking.put(CachedClassEntry entry, byte[] originalBytes)
void
CacheBacking.put(CachedClassEntry entry, byte[] originalBytes)
Put an entry in the cachevoid
DefaultFileCacheBacking.put(CachedClassEntry entry, byte[] originalBytes)