blow last cache for faves
darcs-hash:20081122165234-84dde-d9d6a608434502cb3d5fb09f04d0c641900c3134.gz
This commit is contained in:
parent
5d161f3d24
commit
24ad0b3c13
|
@ -386,7 +386,10 @@ class User extends Memcached_DataObject
|
||||||
function blowFavesCache() {
|
function blowFavesCache() {
|
||||||
$cache = common_memcache();
|
$cache = common_memcache();
|
||||||
if ($cache) {
|
if ($cache) {
|
||||||
|
# Faves don't happen chronologically, so we need to blow
|
||||||
|
# ;last cache, too
|
||||||
$cache->delete(common_cache_key('user:faves:'.$this->id));
|
$cache->delete(common_cache_key('user:faves:'.$this->id));
|
||||||
|
$cache->delete(common_cache_key('user:faves:'.$this->id).';last');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user