common_cache_key() -> Cache::key()

This commit is contained in:
Evan Prodromou
2010-09-06 10:07:43 -04:00
parent e42d2124a3
commit a319b40c97
15 changed files with 40 additions and 45 deletions

View File

@@ -76,6 +76,6 @@ while ($user->fetch()) {
$inbox->free();
unset($inbox);
if ($cache) {
$cache->delete(common_cache_key('user:notices_with_friends:' . $user->id));
$cache->delete(Cache::key('user:notices_with_friends:' . $user->id));
}
}