class ActiveSupport::Cache::Store
Public Class Methods
instrument()
click to toggle source
See the PR github.com/rails/rails/pull/15943/files In order to make the instrumentation to work we need to override the original implementation
# File lib/rails/active_support/cache/core_ext.rb, line 6 def self.instrument true end