Automattic\WooCommerce\Vendor\GraphQL\Type

Introspection::resetCachedInstancespublic staticWC 1.0

Method of the class: Introspection{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = Introspection::resetCachedInstances(): void;

Introspection::resetCachedInstances() code WC 10.9.1

public static function resetCachedInstances(): void
{
    self::$cachedInstances = null;
}