Package org.aspectj.weaver.tools.cache
Class SimpleCache
java.lang.Object
org.aspectj.weaver.tools.cache.SimpleCache
Copyright (c) 2012 Contributors.
All rights reserved.
This program and the accompanying materials are made available
under the terms of the Eclipse Public License v1.0
which accompanies this distribution and is available at
http://eclipse.org/legal/epl-v10.html
Contributors:
Abraham Nevado (lucierna) initial implementation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addGeneratedClassesNames(String parentClassName, byte[] parentBytes, String generatedClassName)
byte[]
getAndInitialize(String classname, byte[] bytes, ClassLoader loader, ProtectionDomain protectionDomain)
void
-
Field Details
-
IMPL_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SimpleCache
-
-
Method Details
-
getAndInitialize
public byte[] getAndInitialize(String classname, byte[] bytes, ClassLoader loader, ProtectionDomain protectionDomain) -
put
-
addGeneratedClassesNames
-