Uses of Class
org.jruby.runtime.callsite.CacheEntry

Packages that use CacheEntry
org.jruby   
org.jruby.runtime.callsite   
 

Uses of CacheEntry in org.jruby
 

Methods in org.jruby that return CacheEntry
 CacheEntry RubyModule.searchWithCache(java.lang.String name)
          Search through this module and supermodules for method definitions.
 

Uses of CacheEntry in org.jruby.runtime.callsite
 

Fields in org.jruby.runtime.callsite declared as CacheEntry
protected  CacheEntry CachingCallSite.cache
           
static CacheEntry CacheEntry.NULL_CACHE
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.