Interface IObjectPool<T>


public interface IObjectPool<T>
Base interface for an object pool. A pool uses its associated object manager to manage the lifecycle of the objects it pools while the pool itself handles only the list of available (and sometimes the list of checked out) objects.