Uses of Class
org.aspectj.weaver.tools.cache.CachedClassEntry
-
Packages that use CachedClassEntry Package Description org.aspectj.weaver.tools.cache -
-
Uses of CachedClassEntry in org.aspectj.weaver.tools.cache
Methods in org.aspectj.weaver.tools.cache that return CachedClassEntry Modifier and Type Method Description CachedClassEntryAsynchronousFileCacheBacking. get(CachedClassReference ref, byte[] originalBytes)CachedClassEntryCacheBacking. get(CachedClassReference ref, byte[] originalBytes)CachedClassEntryDefaultFileCacheBacking. get(CachedClassReference ref, byte[] originalBytes)CachedClassEntryWeavedClassCache. get(CachedClassReference ref, byte[] classBytes)Methods in org.aspectj.weaver.tools.cache with parameters of type CachedClassEntry Modifier and Type Method Description static AbstractIndexedFileCacheBacking.IndexEntryAbstractIndexedFileCacheBacking. createIndexEntry(CachedClassEntry classEntry, byte[] originalBytes)voidAsynchronousFileCacheBacking. put(CachedClassEntry entry, byte[] originalBytes)voidCacheBacking. put(CachedClassEntry entry, byte[] originalBytes)voidDefaultFileCacheBacking. put(CachedClassEntry entry, byte[] originalBytes)
-