method

cache_notification_info_result

rails latest stable - Class: ActiveRecord::ConnectionAdapters::QueryCache

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

cache_notification_info_result(sql, name, binds, result)
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb, line 300
        def cache_notification_info_result(sql, name, binds, result)
          payload = cache_notification_info(sql, name, binds)
          payload[:row_count] = result.length
          payload
        end