# File lib/active_support/cache/synchronized_memory_store.rb, line 42
      def clear
        @guard.synchronize { super }
      end