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