Class ClassCache.CacheKey

java.lang.Object
org.htmlunit.corejs.javascript.ClassCache.CacheKey
Enclosing class:
ClassCache

static class ClassCache.CacheKey extends Object
CacheKey is a combination of class and securityContext. This is required when classes are loaded from different security contexts
  • Field Details

  • Constructor Details

    • CacheKey

      public CacheKey(Class<?> cls, Object securityContext)
      Constructor.
  • Method Details