memoizeStaticMethod

abstract fun memoizeStaticMethod(): Boolean

true to indicate that it's safe to statically memoize the result of this method using com.bumptech.glide.request.RequestOptions#autoClone().

This method should only be used for no-arg methods where there's only a single possible value.

Memoization can save object allocations for frequently used options.