|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RubyModule.CacheEntryFactory | |
---|---|
org.jruby |
Uses of RubyModule.CacheEntryFactory in org.jruby |
---|
Subclasses of RubyModule.CacheEntryFactory in org.jruby | |
---|---|
protected static class |
RubyModule.ProfilingCacheEntryFactory
|
protected static class |
RubyModule.SynchronizedCacheEntryFactory
|
protected static class |
RubyModule.WrapperCacheEntryFactory
A wrapper CacheEntryFactory, for delegating cache entry creation along a chain. |
Fields in org.jruby declared as RubyModule.CacheEntryFactory | |
---|---|
protected static RubyModule.CacheEntryFactory |
RubyModule.NormalCacheEntryFactory
|
protected RubyModule.CacheEntryFactory |
RubyModule.WrapperCacheEntryFactory.previous
The CacheEntryFactory being wrapped. |
Methods in org.jruby that return RubyModule.CacheEntryFactory | |
---|---|
RubyModule.CacheEntryFactory |
RubyModule.WrapperCacheEntryFactory.getPrevious()
|
Constructors in org.jruby with parameters of type RubyModule.CacheEntryFactory | |
---|---|
RubyModule.ProfilingCacheEntryFactory(RubyModule.CacheEntryFactory previous)
|
|
RubyModule.SynchronizedCacheEntryFactory(RubyModule.CacheEntryFactory previous)
|
|
RubyModule.WrapperCacheEntryFactory(RubyModule.CacheEntryFactory previous)
Construct a new WrapperCacheEntryFactory using the given CacheEntryFactory as the "previous" wrapped factory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |