# File lib/openid/store/memcache.rb, line 88 def delete(key) result = @cache_client.delete(key) return !!(result =~ /^DELETED/) end