method

instrument_multi

instrument_multi(operation, keys, options = nil, &block)
private

No documentation available.

# File activesupport/lib/active_support/cache.rb, line 1009
        def instrument_multi(operation, keys, options = nil, &block)
          _instrument(operation, multi: true, key: keys, options: options, &block)
        end