common_memcache() => Cache::instance()

This commit is contained in:
Evan Prodromou
2010-09-06 09:56:45 -04:00
parent 6fe2429c41
commit 8f81762d68
16 changed files with 36 additions and 42 deletions

View File

@@ -124,7 +124,7 @@ class Memcached_DataObject extends Safe_DataObject
}
static function memcache() {
return common_memcache();
return Cache::instance();
}
static function cacheKey($cls, $k, $v) {