protected abstract static class RubyModule.WrapperCacheEntryFactory extends RubyModule.CacheEntryFactory
Modifier and Type | Field and Description |
---|---|
protected RubyModule.CacheEntryFactory |
previous
The CacheEntryFactory being wrapped.
|
Constructor and Description |
---|
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, newCacheEntry
protected final RubyModule.CacheEntryFactory previous
public WrapperCacheEntryFactory(RubyModule.CacheEntryFactory previous)
previous
- the wrapped factorypublic RubyModule.CacheEntryFactory getPrevious()
Copyright © 2001-2017 JRuby. All Rights Reserved.