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