Also this was double
[core.git] / inc / classes / interfaces / criteria / class_Criteria.php
index 0859ed0d065863990a9efcb030f0ecbb1fb5dede..86d9b36fd03ecb3179c4209d104f22dc7a735d16 100644 (file)
@@ -159,14 +159,6 @@ interface Criteria extends FrameworkInterface {
         */
        function getCacheKeyExclude ($onlyKeys = array());
 
         */
        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).
        /**
         * Count the criteria, e.g. useful to find out if a database query has no
         * limitation (search criteria).