Uses of Class
org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking
Packages that use AsynchronousFileCacheBacking
-
Uses of AsynchronousFileCacheBacking in org.aspectj.weaver.tools.cache
Classes in org.aspectj.weaver.tools.cache with type parameters of type AsynchronousFileCacheBackingModifier and TypeInterfaceDescriptionstatic interfaceAsynchronousFileCacheBacking.AsynchronousFileCacheBackingCreator<T extends AsynchronousFileCacheBacking>Subclasses of AsynchronousFileCacheBacking in org.aspectj.weaver.tools.cacheModifier and TypeClassDescriptionclassUses a "flat" files model to store the cached instrumented classes and aspects - i.e., each class/aspect is stored as a separate (binary) file.classUses a ZIP file to store the instrumented classes/aspects - each one as a separateZipEntry.Methods in org.aspectj.weaver.tools.cache with type parameters of type AsynchronousFileCacheBackingModifier and TypeMethodDescriptionprotected static <T extends AsynchronousFileCacheBacking>
TAsynchronousFileCacheBacking.createBacking(File cacheDir, AsynchronousFileCacheBacking.AsynchronousFileCacheBackingCreator<T> creator)Methods in org.aspectj.weaver.tools.cache that return AsynchronousFileCacheBackingModifier and TypeMethodDescriptionAsynchronousFileCacheBacking.AbstractCommand.getCache()AsynchronousFileCacheBacking.AsyncCommand.getCache()Constructors in org.aspectj.weaver.tools.cache with parameters of type AsynchronousFileCacheBackingModifierConstructorDescriptionprotectedAbstractCommand(AsynchronousFileCacheBacking backing)InsertCommand(AsynchronousFileCacheBacking cache, String keyValue, byte[] classBytes)protectedKeyedCommand(AsynchronousFileCacheBacking cache, String keyValue)RemoveCommand(AsynchronousFileCacheBacking cache, String keyValue)