class ThreadSafe::MriCacheBackend

def replace_pair(key, old_value, new_value)

def replace_pair(key, old_value, new_value)
  WRITE_LOCK.synchronize { super }
end