Package org.aspectj.weaver.tools.cache
Class AsynchronousFileCacheBacking.AbstractCommand
- java.lang.Object
-
- org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.AbstractCommand
-
- All Implemented Interfaces:
AsynchronousFileCacheBacking.AsyncCommand
- Direct Known Subclasses:
AsynchronousFileCacheBacking.ClearCommand,AsynchronousFileCacheBacking.KeyedCommand,AsynchronousFileCacheBacking.UpdateIndexCommand
- Enclosing class:
- AsynchronousFileCacheBacking
public abstract static class AsynchronousFileCacheBacking.AbstractCommand extends Object implements AsynchronousFileCacheBacking.AsyncCommand
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractCommand(AsynchronousFileCacheBacking backing)
-
-
-
Constructor Detail
-
AbstractCommand
protected AbstractCommand(AsynchronousFileCacheBacking backing)
-
-
Method Detail
-
getCache
public final AsynchronousFileCacheBacking getCache()
- Specified by:
getCachein interfaceAsynchronousFileCacheBacking.AsyncCommand
-
-