Set new strategies and clear the cache.
string[] $strategies list of fully qualified class names that implement DiscoveryStrategy:
public static function setStrategies(array $strategies) { self::$strategies = $strategies; self::clearCache(); }