# File lib/thread_safe/atomic_reference_cache_backend.rb, line 182 def cas_new_node(i, hash, key, value) cas(i, nil, Node.new(hash, key, value)) end