|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
K - the type of the keyV - the type of the valuepublic static interface CreatingCache.ValueFactory<K,V>
A factory creating values based on keys.
| Method Summary | |
|---|---|
V |
create(K key)
Creates a value based on a given key. |
| Method Detail |
|---|
@NonNull
V create(@NonNull
K key)
key - the key
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||