Clears the memoization cache once you are done
void
public static function clear() { self::$resultCache = array(); self::$compiledCheckerCache = array(); }