org.jruby.util
Class MethodCache
java.lang.Object
org.jruby.util.MethodCache
public class MethodCache
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodCache
public MethodCache()
initialized
public void initialized()
clearCache
public void clearCache()
getMethod
public MethodCache.CacheEntry getMethod(RubyModule c,
java.lang.String id)
putMethod
public void putMethod(RubyModule c,
java.lang.String id,
DynamicMethod m)
removeMethod
public void removeMethod(RubyClass c,
java.lang.String id)
removeMethod
public void removeMethod(java.lang.String id)
removeClass
public void removeClass(RubyClass c)
Copyright © 2002-2007 JRuby Team. All Rights Reserved.