T
- The type of object provided by the pool.public interface UsageTracking<T>
Modifier and Type | Method and Description |
---|---|
void |
use(T pooledObject)
This method is called every time a pooled object to enable the pool to
better track borrowed objects.
|
void use(T pooledObject)
pooledObject
- The object that is being usedCopyright © 2019. All rights reserved.