# File lib/openid/store/memcache.rb, line 92 def delete(key) result = @cache_client.delete(key) if result.is_a? String return !!(result =~ /^DELETED/) else return result == true end end