Uses of Class
org.jruby.RubyModule.CacheEntryFactory
Packages that use RubyModule.CacheEntryFactory
-
Uses of RubyModule.CacheEntryFactory in org.jruby
Subclasses of RubyModule.CacheEntryFactory in org.jrubyModifier and TypeClassDescriptionprotected static class
protected static class
protected static class
A wrapper CacheEntryFactory, for delegating cache entry creation along a chain.Fields in org.jruby declared as RubyModule.CacheEntryFactoryModifier and TypeFieldDescriptionprotected static final RubyModule.CacheEntryFactory
RubyModule.NormalCacheEntryFactory
protected final RubyModule.CacheEntryFactory
RubyModule.WrapperCacheEntryFactory.previous
The CacheEntryFactory being wrapped.Methods in org.jruby that return RubyModule.CacheEntryFactoryConstructors in org.jruby with parameters of type RubyModule.CacheEntryFactoryModifierConstructorDescriptionProfilingCacheEntryFactory
(Ruby runtime, RubyModule.CacheEntryFactory previous) Construct a new WrapperCacheEntryFactory using the given CacheEntryFactory as the "previous" wrapped factory.