Module: Datadog::CacheStoreDeleteExtension
- Defined in:
- lib/ddtrace/contrib/rails/core_extensions.rb
Overview
CacheDeleteExtension contains a new read function that notifies the framework of a delete, then calls delete.
Instance Method Summary collapse
Instance Method Details
#delete(*args) ⇒ Object
51 52 53 54 |
# File 'lib/ddtrace/contrib/rails/core_extensions.rb', line 51 def delete(*args) ActiveSupport::Notifications.instrument('start_cache_delete.active_support') super(*args) end |