Package org.aspectj.weaver.tools.cache
Class SimpleCache
- java.lang.Object
-
- org.aspectj.weaver.tools.cache.SimpleCache
-
public class SimpleCache extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSimpleCache(String folder, boolean enabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGeneratedClassesNames(String parentClassName, byte[] parentBytes, String generatedClassName)byte[]getAndInitialize(String classname, byte[] bytes, ClassLoader loader, ProtectionDomain protectionDomain)voidput(String classname, byte[] origbytes, byte[] wovenbytes)
-
-
-
Field Detail
-
IMPL_NAME
public static final String IMPL_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SimpleCache
protected SimpleCache(String folder, boolean enabled)
-
-
Method Detail
-
getAndInitialize
public byte[] getAndInitialize(String classname, byte[] bytes, ClassLoader loader, ProtectionDomain protectionDomain)
-
put
public void put(String classname, byte[] origbytes, byte[] wovenbytes)
-
-