php.java.bridge
Class MethodCache
java.lang.Object
php.java.bridge.MethodCache
public class MethodCache
- extends java.lang.Object
Cache [(object, method, parameters) -> Method] mappings. No
synchronization, so use this class per thread or per request
only.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodCache
public MethodCache()
get
public java.lang.reflect.Method get(MethodCache.Entry entry)
put
public void put(MethodCache.Entry entry,
java.lang.reflect.Method method)
getEntry
public MethodCache.Entry getEntry(java.lang.String name,
java.lang.Class clazz,
java.lang.Object[] args)