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

java.lang.Object
  extended by org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.AbstractCommand
      extended by org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.KeyedCommand
          extended by org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.RemoveCommand
All Implemented Interfaces:
AsynchronousFileCacheBacking.AsyncCommand
Enclosing class:
AsynchronousFileCacheBacking

public static class AsynchronousFileCacheBacking.RemoveCommand
extends AsynchronousFileCacheBacking.KeyedCommand


Constructor Summary
AsynchronousFileCacheBacking.RemoveCommand(AsynchronousFileCacheBacking cache, java.lang.String keyValue)
           
 
Method Summary
 
Methods inherited from class org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.KeyedCommand
getKey, 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.RemoveCommand

public AsynchronousFileCacheBacking.RemoveCommand(AsynchronousFileCacheBacking cache,
                                                  java.lang.String keyValue)