Tribe__Repository::hash( $settings = array(), $query = null )
{@inheritDoc}
Source
File: src/Tribe/Repository.php
public function hash( array $settings = [], WP_Query $query = null ) {
return md5( json_encode( $this->get_hash_data( $settings, $query ) ) );
}