Uses of Class
org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking
-
Packages that use AsynchronousFileCacheBacking Package Description org.aspectj.weaver.tools.cache -
-
Uses of AsynchronousFileCacheBacking in org.aspectj.weaver.tools.cache
Classes in org.aspectj.weaver.tools.cache with type parameters of type AsynchronousFileCacheBacking Modifier and Type Interface Description static interfaceAsynchronousFileCacheBacking.AsynchronousFileCacheBackingCreator<T extends AsynchronousFileCacheBacking>Subclasses of AsynchronousFileCacheBacking in org.aspectj.weaver.tools.cache Modifier and Type Class Description classFlatFileCacheBackingclassZippedFileCacheBackingMethods in org.aspectj.weaver.tools.cache with type parameters of type AsynchronousFileCacheBacking Modifier and Type Method Description protected static <T extends AsynchronousFileCacheBacking>
TAsynchronousFileCacheBacking. createBacking(File cacheDir, AsynchronousFileCacheBacking.AsynchronousFileCacheBackingCreator<T> creator)Methods in org.aspectj.weaver.tools.cache that return AsynchronousFileCacheBacking Modifier and Type Method Description AsynchronousFileCacheBackingAsynchronousFileCacheBacking.AbstractCommand. getCache()AsynchronousFileCacheBackingAsynchronousFileCacheBacking.AsyncCommand. getCache()Constructors in org.aspectj.weaver.tools.cache with parameters of type AsynchronousFileCacheBacking Constructor Description AbstractCommand(AsynchronousFileCacheBacking backing)ClearCommand(AsynchronousFileCacheBacking cache)InsertCommand(AsynchronousFileCacheBacking cache, String keyValue, byte[] classBytes)KeyedCommand(AsynchronousFileCacheBacking cache, String keyValue)RemoveCommand(AsynchronousFileCacheBacking cache, String keyValue)UpdateIndexCommand(AsynchronousFileCacheBacking cache)
-