We should not allow use of global memcached cache group names, as they are being used on a global scale and things go wrong (such as user login) when they are overwritten: https://github.com/Automattic/wp-memcached
wp_cache_set( 'blahblah', 'blah', 'users', 1 * MINUTE_IN_SECONDS );