public abstract static class AsynchronousFileCacheBacking.AbstractCommand extends java.lang.Object implements AsynchronousFileCacheBacking.AsyncCommand
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCommand(AsynchronousFileCacheBacking backing) |
| Modifier and Type | Method and Description |
|---|---|
AsynchronousFileCacheBacking |
getCache() |
java.lang.String |
toString() |
protected AbstractCommand(AsynchronousFileCacheBacking backing)
public final AsynchronousFileCacheBacking getCache()
getCache in interface AsynchronousFileCacheBacking.AsyncCommandAsynchronousFileCacheBacking on which
this command is supposed to be executedAsynchronousFileCacheBacking.executeCommand(AsyncCommand)public java.lang.String toString()
toString in class java.lang.Object