protected abstract static class RubyModule.WrapperCacheEntryFactory extends RubyModule.CacheEntryFactory
| Modifier and Type | Field and Description | 
|---|---|
| protected RubyModule.CacheEntryFactory | previousThe CacheEntryFactory being wrapped. | 
| Constructor and Description | 
|---|
| RubyModule.WrapperCacheEntryFactory(RubyModule.CacheEntryFactory previous)Construct a new WrapperCacheEntryFactory using the given CacheEntryFactory as
 the "previous" wrapped factory. | 
| Modifier and Type | Method and Description | 
|---|---|
| RubyModule.CacheEntryFactory | getPrevious() | 
hasCacheEntryFactory, newCacheEntryprotected final RubyModule.CacheEntryFactory previous
public RubyModule.WrapperCacheEntryFactory(RubyModule.CacheEntryFactory previous)
previous - the wrapped factorypublic RubyModule.CacheEntryFactory getPrevious()
Copyright © 2001-2015 JRuby. All Rights Reserved.