Returns a map with statistics about the pool.
Map<String, int> getStats() { return {'poolSize': _pool.length, 'maxSize': _maxSize}; }