303132333435363738
{ InvocationHandler handler = null; Class[] ifaces = new Class[]{ iface }; handler = new CacheInvocationHandler(target, cache); return Proxy.newProxyInstance(loader, ifaces, handler); }