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(DynamicMethod method,
int token) |
public abstract CacheEntry newCacheEntry(DynamicMethod method, int token)
public boolean hasCacheEntryFactory(Class cacheEntryFactoryClass)
cacheEntryFactoryClass
- the class from which to test assignabilityCopyright © 2001-2014 JRuby. All Rights Reserved.