Searched refs:proxyCache (Results 1 – 1 of 1) sorted by relevance
335 private static Map<ClassLoader,Map<String,ProxyDetails>> proxyCache = field in ProxyFactory521 synchronized (proxyCache) { in createClass1()573 Map<String,ProxyDetails> cacheForTheLoader = proxyCache.get(cl); in createClass2()577 proxyCache.put(cl, cacheForTheLoader); in createClass2()