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 classprotected static classprotected static classA wrapper CacheEntryFactory, for delegating cache entry creation along a chain.Fields in org.jruby declared as RubyModule.CacheEntryFactoryModifier and TypeFieldDescriptionprotected static final RubyModule.CacheEntryFactoryRubyModule.NormalCacheEntryFactoryprotected final RubyModule.CacheEntryFactoryRubyModule.WrapperCacheEntryFactory.previousThe 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.