Package | Description |
---|---|
org.jruby |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected static RubyModule.CacheEntryFactory |
RubyModule.NormalCacheEntryFactory |
protected RubyModule.CacheEntryFactory |
RubyModule.WrapperCacheEntryFactory.previous
The CacheEntryFactory being wrapped.
|
Modifier and Type | Method and Description |
---|---|
RubyModule.CacheEntryFactory |
RubyModule.WrapperCacheEntryFactory.getPrevious() |
Constructor and Description |
---|
ProfilingCacheEntryFactory(Ruby runtime,
RubyModule.CacheEntryFactory previous) |
SynchronizedCacheEntryFactory(RubyModule.CacheEntryFactory previous) |
WrapperCacheEntryFactory(RubyModule.CacheEntryFactory previous)
Construct a new WrapperCacheEntryFactory using the given CacheEntryFactory as
the "previous" wrapped factory.
|
Copyright © 2001-2017 JRuby. All Rights Reserved.