From: Roland Häder Date: Wed, 13 Feb 2013 01:09:30 +0000 (+0000) Subject: Also this was double X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=29fdfbe1fcc8f3644360c02e36007b21c05513a4;hp=478c55dee78dfa900f512eba3c1b8cc4e6a240eb Also this was double --- 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).