Skip to content

Commit

Permalink
- remove redundant function that calls parent function
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Nov 11, 2022
1 parent e336eb1 commit ae53ccc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Cache/Results.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,16 +239,6 @@ public function save_query_results_to_cache_cb(
}
}

/**
* Searches the database for all graphql transients matching our prefix
*
* @return int|false Count of the number deleted. False if error, nothing to delete or caching not enabled.
* @return bool True on success, false on failure.
*/
public function purge_all() {
return parent::purge_all();
}

/**
* When an item changed and this callback is triggered to delete results we have cached for that list of nodes
* Related to the data type that changed.
Expand Down

0 comments on commit ae53ccc

Please sign in to comment.