# File lib/active_support/cache.rb, line 172 def self.instrument=(boolean) Thread.current[:instrument_cache_store] = boolean end