public final class ClassCache extends Object
LoadingCache
Only one cache exists for each instance.
public static final ClassCache INSTANCE
public Class<?> loadClass(String className)
Ljava/lang/String
Note that for arrays, the class of the array elements is returned.
Note also that this uses LoadingCache.getUnchecked(Object)
to
retrieve the result.
className
- the internal nameUncheckedExecutionException
- cannot load the class