From 29fdfbe1fcc8f3644360c02e36007b21c05513a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 13 Feb 2013 01:09:30 +0000 Subject: [PATCH] Also this was double --- inc/classes/interfaces/criteria/class_Criteria.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/inc/classes/interfaces/criteria/class_Criteria.php b/inc/classes/interfaces/criteria/class_Criteria.php index 0859ed0d..86d9b36f 100644 --- a/inc/classes/interfaces/criteria/class_Criteria.php +++ b/inc/classes/interfaces/criteria/class_Criteria.php @@ -159,14 +159,6 @@ interface Criteria extends FrameworkInterface { */ function getCacheKeyExclude ($onlyKeys = array()); - /** - * "Getter" for a cache key ('choice' type) - * - * @param $onlyKeys Only use these keys for a cache key - * @return $cacheKey The key suitable for the cache system - */ - function getCacheKeyChoice ($onlyKeys = array()); - /** * Count the criteria, e.g. useful to find out if a database query has no * limitation (search criteria). -- 2.30.2