]> git.mxchange.org Git - core.git/commitdiff
Also this was double
authorRoland Häder <roland@mxchange.org>
Wed, 13 Feb 2013 01:09:30 +0000 (01:09 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 13 Feb 2013 01:09:30 +0000 (01:09 +0000)
inc/classes/interfaces/criteria/class_Criteria.php

index 0859ed0d065863990a9efcb030f0ecbb1fb5dede..86d9b36fd03ecb3179c4209d104f22dc7a735d16 100644 (file)
@@ -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).