# File lib/active_support/cache/synchronized_memory_store.rb, line 10
      def fetch(key, options = {})
        @guard.synchronize { super }
      end