Searched refs:proxyCache (Results 1 – 1 of 1) sorted by relevance
286 private static WeakHashMap proxyCache = new WeakHashMap(); field in ProxyFactory420 synchronized (proxyCache) { in createClass1()472 HashMap cacheForTheLoader = (HashMap)proxyCache.get(cl); in createClass2()476 proxyCache.put(cl, cacheForTheLoader); in createClass2()