method

delete_entry

rails latest stable - Class: ActiveSupport::Cache::Strategy::LocalCache
delete_entry(key, **)
private

No documentation available.

# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 162
          def delete_entry(key, **)
            local_cache.delete_entry(key) if local_cache
            super
          end