Tribe__JSON_LD__Abstract::unregister_all()
Empties the registered posts cache variable.
Added for testing purposes.
Source
File: src/Tribe/JSON_LD/Abstract.php
public static function unregister_all() {
self::$posts = array();
self::$types = array();
}