]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add keyTypes() for User_greeting_count
authorEvan Prodromou <evan@status.net>
Sun, 3 Jan 2010 21:27:09 +0000 (11:27 -1000)
committerEvan Prodromou <evan@status.net>
Sun, 3 Jan 2010 21:27:09 +0000 (11:27 -1000)
plugins/Sample/User_greeting_count.php

index 77fb9afebbdcb159ea9b7b44ea83608e9c1382b8..d9a59770d3c6fad0a65d8ffa96f0c6b02b8011b7 100644 (file)
@@ -105,6 +105,20 @@ class User_greeting_count extends Memcached_DataObject
         return array('user_id' => 'K');
     }
 
+    /**
+     * return key definitions for Memcached_DataObject
+     *
+     * Our caching system uses the same key definitions, but uses a different
+     * method to get them.
+     *
+     * @return array key definitions
+     */
+
+    function keyTypes()
+    {
+        return $this->keys();
+    }
+
     /**
      * Magic formula for non-autoincrementing integer primary keys
      *