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 interface
AsynchronousFileCacheBacking.AsynchronousFileCacheBackingCreator<T extends AsynchronousFileCacheBacking>
Subclasses of AsynchronousFileCacheBacking in org.aspectj.weaver.tools.cacheModifier and TypeClassDescriptionclass
Uses a "flat" files model to store the cached instrumented classes and aspects - i.e., each class/aspect is stored as a separate (binary) file.class
Uses 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 final <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 AsynchronousFileCacheBackingModifierConstructorDescriptionprotected
InsertCommand
(AsynchronousFileCacheBacking cache, String keyValue, byte[] classBytes) protected
KeyedCommand
(AsynchronousFileCacheBacking cache, String keyValue) RemoveCommand
(AsynchronousFileCacheBacking cache, String keyValue)