You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# See ActiveSupport::Cache::Store for documentation.
@@ -179,18 +178,6 @@ def mute
179
178
@silence=previous_silence
180
179
end
181
180
182
-
# :deprecated:
183
-
defself.instrument=(boolean)
184
-
ActiveSupport::Deprecation.warn"ActiveSupport::Cache.instrument= is deprecated and will be removed in Rails 5. Instrumentation is now always on so you can safely stop using it."
185
-
true
186
-
end
187
-
188
-
# :deprecated:
189
-
defself.instrument
190
-
ActiveSupport::Deprecation.warn"ActiveSupport::Cache.instrument is deprecated and will be removed in Rails 5. Instrumentation is now always on so you can safely stop using it."
191
-
true
192
-
end
193
-
194
181
# Fetches data from the cache, using the given key. If there is data in
195
182
# the cache with the given key, then that data is returned.
0 commit comments