org.aspectj.weaver.tools.cache
Interface AsynchronousFileCacheBacking.AsyncCommand

All Known Implementing Classes:
AsynchronousFileCacheBacking.AbstractCommand, AsynchronousFileCacheBacking.ClearCommand, AsynchronousFileCacheBacking.InsertCommand, AsynchronousFileCacheBacking.KeyedCommand, AsynchronousFileCacheBacking.RemoveCommand, AsynchronousFileCacheBacking.UpdateIndexCommand
Enclosing class:
AsynchronousFileCacheBacking

public static interface AsynchronousFileCacheBacking.AsyncCommand

Represents an asynchronous command that can be sent to the AsynchronousFileCacheBacking instance to be executed on it asynchronously


Method Summary
 AsynchronousFileCacheBacking getCache()
           
 

Method Detail

getCache

AsynchronousFileCacheBacking getCache()
Returns:
The AsynchronousFileCacheBacking on which this command is supposed to be executed
See Also:
AsynchronousFileCacheBacking.executeCommand(AsyncCommand)