From ae53ccc5ac1ac3e6bc09b10c883a777ba4873369 Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Fri, 11 Nov 2022 13:50:11 -0700 Subject: [PATCH] - remove redundant function that calls parent function --- src/Cache/Results.php | 10 ---------- 1 file changed, 10 deletions(-) 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.