Searched defs:proxyCache (Results 1 – 1 of 1) sorted by relevance
42 private static final Map<Class<?>, String> proxyCache = new WeakHashMap<Class<?>, String>(); field in Proxy177 + "\nproxyCache=\"" + proxyCache + "\""; in getProxyClass() local