Package org.mozilla.javascript
Class ClassCache.CacheKey
- java.lang.Object
-
- org.mozilla.javascript.ClassCache.CacheKey
-
- Enclosing class:
- ClassCache
static class ClassCache.CacheKey extends java.lang.Object
CacheKey is a combination of class and securityContext. This is required when classes are loaded from different security contexts
-
-
Constructor Summary
Constructors Constructor Description CacheKey(java.lang.Class<?> cls, java.lang.Object securityContext)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-