class ActiveSupport::Cache::Store

def instrument(operation, key, options = nil, &block)

def instrument(operation, key, options = nil, &block)
  _instrument(operation, key: key, options: options, &block)
end