Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class MethodCache

java.lang.Object
  extended by com.liferay.portal.kernel.util.MethodCache

public class MethodCache
extends Object


Constructor Summary
MethodCache()
           
 
Method Summary
protected static Method get(MethodKey methodKey)
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodCache

public MethodCache()
Method Detail

reset

public static void reset()

get

protected static Method get(MethodKey methodKey)
                     throws NoSuchMethodException
Throws:
NoSuchMethodException
See Also:
MethodKey

Liferay 6.2-ce-ga5