class ThreadSafe::AtomicReferenceCacheBackend::Node

def locked_hash?(hash)

def locked_hash?(hash)
  (hash & LOCKED) != 0
end