diff --git a/src/Cache/Results.php b/src/Cache/Results.php index b444528f..99f796fa 100644 --- a/src/Cache/Results.php +++ b/src/Cache/Results.php @@ -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.