Package org.aspectj.weaver.tools.cache
Class AsynchronousFileCacheBacking.InsertCommand
- java.lang.Object
-
- org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.AbstractCommand
-
- org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.KeyedCommand
-
- org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.InsertCommand
-
- All Implemented Interfaces:
AsynchronousFileCacheBacking.AsyncCommand
- Enclosing class:
- AsynchronousFileCacheBacking
public static class AsynchronousFileCacheBacking.InsertCommand extends AsynchronousFileCacheBacking.KeyedCommand
-
-
Constructor Summary
Constructors Constructor Description InsertCommand(AsynchronousFileCacheBacking cache, String keyValue, byte[] classBytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getClassBytes()-
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
-
InsertCommand
public InsertCommand(AsynchronousFileCacheBacking cache, String keyValue, byte[] classBytes)
-
-