Package org.aspectj.weaver.tools.cache
Class AsynchronousFileCacheBacking.RemoveCommand
- java.lang.Object
-
- org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.AbstractCommand
-
- org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.KeyedCommand
-
- 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
Constructors Constructor Description RemoveCommand(AsynchronousFileCacheBacking cache, 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
-
-
-
-
Constructor Detail
-
RemoveCommand
public RemoveCommand(AsynchronousFileCacheBacking cache, String keyValue)
-
-