Verwendungen von Klasse
org.aspectj.weaver.tools.cache.AbstractIndexedFileCacheBacking
Packages, die AbstractIndexedFileCacheBacking verwenden
-
Verwendungen von AbstractIndexedFileCacheBacking in org.aspectj.weaver.tools.cache
Unterklassen von AbstractIndexedFileCacheBacking in org.aspectj.weaver.tools.cacheModifizierer und TypKlasseBeschreibungclass
Uses 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.class
Naive File-Backed Class Cache with no expiry or application centric invalidation.class
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
.