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