setArrayPool

open fun setArrayPool(arrayPool: ArrayPool): GlideBuilder

Sets the ArrayPool implementation to allow variable sized arrays to be stored and retrieved as needed.

Return

This builder.

Parameters

arrayPool

The pool to use.