Package | Description |
---|---|
net.sf.cglib.core.internal |
Modifier and Type | Field | Description |
---|---|---|
static Function |
LoadingCache.IDENTITY |
|
protected Function<K,KK> |
LoadingCache.keyMapper |
|
protected Function<K,V> |
LoadingCache.loader |
Modifier and Type | Method | Description |
---|---|---|
static <K> Function<K,K> |
LoadingCache.identity() |
Constructor | Description |
---|---|
LoadingCache(Function<K,KK> keyMapper,
Function<K,V> loader) |
Copyright © 2018. All rights reserved.