public interface ObjectFactory<E>
E create()
void destroy(E e)
boolean prepareForReuse(E e)
e - The object which must be prepared for reuse.true if this object can be reused, false
otherwise.boolean canReuse(E e)
e - true if this cached object is can be reused,
false otherwise.Copyright © 2012. All Rights Reserved.