|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The class used as an id for the creatable objects.public interface ObjectFactory<T>
A "factory" to provide lifecycle objects for the given id. This is the base interface which applies to both
Cache
and Recycler
.
Method Summary | |
---|---|
ObjectCreatable<T> |
get(T key)
Deliver an object for the passed key. |
Method Detail |
---|
ObjectCreatable<T> get(T key)
key
- The key used to identify the object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |