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