Package org.htmlunit.corejs.javascript
Class ClassCache.CacheKey
- java.lang.Object
-
- org.htmlunit.corejs.javascript.ClassCache.CacheKey
-
- Enclosing class:
- ClassCache
static class ClassCache.CacheKey extends java.lang.ObjectCacheKey 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 booleanequals(java.lang.Object obj)inthashCode()
-