try to use caching functions where possible in User

darcs-hash:20081002162513-5ed1f-fff718be660fa4a8abf58df402a3db30d72d11db.gz
This commit is contained in:
Evan Prodromou
2008-10-02 12:25:13 -04:00
parent c8392ed58d
commit 37735a35c0
3 changed files with 17 additions and 16 deletions

View File

@@ -42,4 +42,8 @@ class Subscription extends Memcached_DataObject
/* the code above is auto generated do not remove the tag below */
###END_AUTOCODE
function &pkeyGet($kv) {
return Memcached_DataObject::pkeyGet('Subscription', $kv);
}
}