class ThreadSafe::SynchronizedCacheBackend

def replace_if_exists(key, new_value)

def replace_if_exists(key, new_value)
  synchronize { super }
end