Uses of Class
org.jruby.runtime.opto.ConstantCache
Packages that use ConstantCache
-
Uses of ConstantCache in org.jruby.ast.executable
Fields in org.jruby.ast.executable declared as ConstantCache -
Uses of ConstantCache in org.jruby.runtime.opto
Methods in org.jruby.runtime.opto with parameters of type ConstantCacheModifier and TypeMethodDescriptionstatic booleanConstantCache.isCached(ConstantCache cache) Check if the given ConstantCache is non-null and valid.static booleanConstantCache.isCachedFrom(RubyModule target, ConstantCache cache) Check if the given ConstantCache is non-null and valid, given the target module.