# File lib/thread_safe/mri_cache_backend.rb, line 44
    def get_and_set(key, value)
      WRITE_LOCK.synchronize { super }
    end