| Package | Description | 
|---|---|
| org.jruby | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | RubyModule.ProfilingCacheEntryFactory | 
| protected static class  | RubyModule.SynchronizedCacheEntryFactory | 
| protected static class  | RubyModule.WrapperCacheEntryFactoryA 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. previousThe CacheEntryFactory being wrapped. | 
| Modifier and Type | Method and Description | 
|---|---|
| RubyModule.CacheEntryFactory | RubyModule.WrapperCacheEntryFactory. getPrevious() | 
| Constructor and Description | 
|---|
| RubyModule.ProfilingCacheEntryFactory(Ruby runtime,
                                     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. | 
Copyright © 2001-2016 JRuby. All Rights Reserved.