Uses of Class
org.aspectj.weaver.tools.cache.AbstractIndexedFileCacheBacking
Packages that use AbstractIndexedFileCacheBacking
-
Uses of AbstractIndexedFileCacheBacking in org.aspectj.weaver.tools.cache
Subclasses of AbstractIndexedFileCacheBacking in org.aspectj.weaver.tools.cacheModifier and TypeClassDescriptionclassUses a background thread to do the actual I/O and for caching "persistence" so that the caching works faster on repeated activations of the application.classNaive File-Backed Class Cache with no expiry or application centric invalidation.classUses 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.