T
static interface ConcurrentPool.ItemFactory<T>
void
close(T t)
create()
boolean
shouldPrune(T t)
T create()
void close(T t)
boolean shouldPrune(T t)