|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassCache | |
---|---|
org.jruby | |
org.jruby.embed | |
org.jruby.embed.internal | |
org.jruby.javasupport | |
org.jruby.util |
Uses of ClassCache in org.jruby |
---|
Methods in org.jruby that return ClassCache | |
---|---|
ClassCache |
RubyInstanceConfig.getClassCache()
|
Methods in org.jruby with parameters of type ClassCache | |
---|---|
void |
RubyInstanceConfig.setClassCache(ClassCache classCache)
|
Uses of ClassCache in org.jruby.embed |
---|
Methods in org.jruby.embed that return ClassCache | |
---|---|
ClassCache |
EmbedRubyInstanceConfigAdapter.getClassCache()
Returns a ClassCache object that is tied to a class loader. |
ClassCache |
ScriptingContainer.getClassCache()
Returns a ClassCache object that is tied to a class loader. |
Methods in org.jruby.embed with parameters of type ClassCache | |
---|---|
void |
EmbedRubyInstanceConfigAdapter.setClassCache(ClassCache cache)
Changes a ClassCache object to a given one. |
void |
ScriptingContainer.setClassCache(ClassCache cache)
Changes a ClassCache object to a given one. |
Uses of ClassCache in org.jruby.embed.internal |
---|
Methods in org.jruby.embed.internal with parameters of type ClassCache | |
---|---|
void |
AbstractLocalContextProvider.setClassCache(ClassCache classCache)
Deprecated. |
void |
LocalContextProvider.setClassCache(ClassCache classCache)
Deprecated. |
Uses of ClassCache in org.jruby.javasupport |
---|
Methods in org.jruby.javasupport that return ClassCache | |
---|---|
static ClassCache |
JavaEmbedUtils.createClassCache(java.lang.ClassLoader loader)
Generate a class cache. |
Methods in org.jruby.javasupport with parameters of type ClassCache | |
---|---|
static Ruby |
JavaEmbedUtils.initialize(java.util.List loadPaths,
ClassCache classCache)
Get an instance of a JRuby runtime. |
Uses of ClassCache in org.jruby.util |
---|
Fields in org.jruby.util declared as ClassCache | |
---|---|
static ClassCache<Script> |
NailMain.classCache
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |