public interface Poolable
Pool
. It is not necessary to
implement this interface in a custom class. Cast the instance to this interface if you want to release the instance
explicitly.Modifier and Type | Method and Description |
---|---|
void |
returnInstanceToPool()
Return the managed instance of this proxy directly to its pool.
|