class ThreadSafe::AtomicReferenceCacheBackend::Node

def matches?(key, hash)

def matches?(key, hash)
  pure_hash == hash && key?(key)
end