Package org.aspectj.weaver.tools.cache
Schnittstelle AsynchronousFileCacheBacking.AsyncCommand
- Alle bekannten Implementierungsklassen:
AsynchronousFileCacheBacking.AbstractCommand,AsynchronousFileCacheBacking.ClearCommand,AsynchronousFileCacheBacking.InsertCommand,AsynchronousFileCacheBacking.KeyedCommand,AsynchronousFileCacheBacking.RemoveCommand,AsynchronousFileCacheBacking.UpdateIndexCommand
- Umschließende Klasse:
AsynchronousFileCacheBacking
public static interface AsynchronousFileCacheBacking.AsyncCommand
Represents an asynchronous command that can be sent to the
AsynchronousFileCacheBacking instance to be executed
on it asynchronously-
Methodenübersicht
-
Methodendetails
-
getCache
AsynchronousFileCacheBacking getCache()- Gibt zurück:
- The
AsynchronousFileCacheBackingon which this command is supposed to be executed - Siehe auch:
-