Class: ActiveSupport::Cache::Store

Inherits:
Object
  • Object
show all
Defined in:
lib/rails/active_support/cache/core_ext.rb

Class Method Summary collapse

Class Method Details

.instrumentObject

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



6
7
8
# File 'lib/rails/active_support/cache/core_ext.rb', line 6

def self.instrument
  true
end