Package org.aspectj.weaver.tools.cache
Class AsynchronousFileCacheBacking.KeyedCommand
- java.lang.Object
-
- org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.AbstractCommand
-
- org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.KeyedCommand
-
- All Implemented Interfaces:
AsynchronousFileCacheBacking.AsyncCommand
- Direct Known Subclasses:
AsynchronousFileCacheBacking.InsertCommand,AsynchronousFileCacheBacking.RemoveCommand
- Enclosing class:
- AsynchronousFileCacheBacking
public abstract static class AsynchronousFileCacheBacking.KeyedCommand extends AsynchronousFileCacheBacking.AbstractCommand
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedKeyedCommand(AsynchronousFileCacheBacking cache, String keyValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()StringtoString()-
Methods inherited from class org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.AbstractCommand
getCache
-
-
-
-
Constructor Detail
-
KeyedCommand
protected KeyedCommand(AsynchronousFileCacheBacking cache, String keyValue)
-
-
Method Detail
-
getKey
public final String getKey()
-
toString
public String toString()
- Overrides:
toStringin classAsynchronousFileCacheBacking.AbstractCommand
-
-