protected abstract static class RubyModule.CacheEntryFactory extends Object
| Modifier | Constructor and Description | 
|---|---|
| protected  | RubyModule.CacheEntryFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasCacheEntryFactory(Class cacheEntryFactoryClass)Test all WrapperCacheEntryFactory instances in the chain for assignability
 from the given class. | 
| abstract CacheEntry | newCacheEntry(String name,
             DynamicMethod method,
             int token) | 
public abstract CacheEntry newCacheEntry(String name, DynamicMethod method, int token)
public boolean hasCacheEntryFactory(Class cacheEntryFactoryClass)
cacheEntryFactoryClass - the class from which to test assignabilityCopyright © 2001-2015 JRuby. All Rights Reserved.