PoolManager class
Global pool manager for efficient resource reuse
Properties
- connectionDataPool ↔ ConnectionDataPool
-
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- intListPool ↔ IntListPool
-
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearAll(
) → void - Clear all pools to free memory
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetAll(
) → void - Reset all pools (call at the end of each frame if needed)
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getInstance(
) → PoolManager - Get singleton instance