Verwendungen von Schnittstelle
org.aspectj.weaver.tools.cache.CacheBacking
Packages, die CacheBacking verwenden
-
Verwendungen von CacheBacking in org.aspectj.weaver.tools.cache
Klassen in org.aspectj.weaver.tools.cache, die CacheBacking implementierenModifizierer und TypKlasseBeschreibungclass
Basic "common"CacheBacking
implementationclass
Useful "common" functionality for caching to filesclass
Uses anindex
file to keep track of the cached entriesclass
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
.Methoden in org.aspectj.weaver.tools.cache, die CacheBacking zurückgebenModifizierer und TypMethodeBeschreibungCacheFactory.createBacking
(String scope) DefaultCacheFactory.createBacking
(String scope) static CacheBacking
DefaultFileCacheBacking.createBacking
(String scope) Konstruktoren in org.aspectj.weaver.tools.cache mit Parametern vom Typ CacheBackingModifiziererKonstruktorBeschreibungprotected
WeavedClassCache
(GeneratedClassHandler existingClassHandler, IMessageHandler messageHandler, String name, CacheBacking backing, CacheKeyResolver resolver)