clear users advcache_block_cache entry on user update
» advcache_block_cache entry cache_clear on user update doesn't work with memcache
Status:
Active
» Fixed
yes, sorry i was really unclear here.
this is a memcache interop issue, that has been resolved with the new code related to wildcard cache clears.
if you add a user to a role, and that role gives them access to a block, and you're using memcache, the wildcard cache_clear fails to expire things properly and the user won't see the block.
that shouldn't be a problem with the current version of memcache, since we clear the whole bin on wildcard cache clears.
Comments
Comment #1
robertdouglass commentedcan you explain what you meant here in more detail?
Comment #2
firebus commentedyes, sorry i was really unclear here.
this is a memcache interop issue, that has been resolved with the new code related to wildcard cache clears.
if you add a user to a role, and that role gives them access to a block, and you're using memcache, the wildcard cache_clear fails to expire things properly and the user won't see the block.
that shouldn't be a problem with the current version of memcache, since we clear the whole bin on wildcard cache clears.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.