# File lib/thread_safe/mri_cache_backend.rb, line 40 def replace_if_exists(key, new_value) WRITE_LOCK.synchronize { super } end