|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Cache.Factory<K,V>
A Factory is used by cache instances to create objects whenever there is a request for a key for which no instance has been created yet.
| Method Summary | |
|---|---|
V |
create(K key)
Creates the corresponding object for the specified key. |
| Method Detail |
|---|
V create(K key)
key - the key to create a new instance for
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||