org.aspectj.weaver.tools.cache
Class AsynchronousFileCacheBacking.KeyedCommand

java.lang.Object
  extended by org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.AbstractCommand
      extended by 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

Base class for AsynchronousFileCacheBacking.AbstractCommands that refer to a cache key


Constructor Summary
protected AsynchronousFileCacheBacking.KeyedCommand(AsynchronousFileCacheBacking cache, java.lang.String keyValue)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String toString()
           
 
Methods inherited from class org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.AbstractCommand
getCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsynchronousFileCacheBacking.KeyedCommand

protected AsynchronousFileCacheBacking.KeyedCommand(AsynchronousFileCacheBacking cache,
                                                    java.lang.String keyValue)
Method Detail

getKey

public final java.lang.String getKey()

toString

public java.lang.String toString()
Overrides:
toString in class AsynchronousFileCacheBacking.AbstractCommand