public class MethodCache extends Cache
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT |
Constructor and Description |
---|
MethodCache() |
MethodCache(int anCacheSize) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object | miss(java.lang.Object aKey)
Returns the value a key is mapped to.
|
public static final java.lang.String COPYRIGHT
protected java.lang.Object miss(java.lang.Object aKey) throws ECException