IObjectPoolBase
Description
- Derived from
- Extended by
-
IObjectPool
IObjectPoolBaseThreadSafe
ObjectPoolBase abstract
Non-generic base interface for classes that perform memory pooling of objects.
The value returned by IMemoryConsumption.MemoryConsumption is an estimate of the amount of memory used by the objects that reside in the cache. Pooled objects that are in flight are not included, i.e. objects that have been taken from the pool and have not yet been returned.
- See also