Automattic\WooCommerce\Vendor\GraphQL\Type
Introspection::resetCachedInstances
Method of the class: Introspection{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = Introspection::resetCachedInstances(): void;
Introspection::resetCachedInstances() Introspection::resetCachedInstances code WC 10.9.1
public static function resetCachedInstances(): void
{
self::$cachedInstances = null;
}