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
-
Method Details
-
getCache
AsynchronousFileCacheBacking getCache()- Returns:
- The
AsynchronousFileCacheBackingon which this command is supposed to be executed - See Also:
-