method

cache_for_connection_pool

rails latest stable - Class: ActiveRecord::FixtureSet

Method not available on this version

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

cache_for_connection_pool(connection_pool)
public

No documentation available.

# File activerecord/lib/active_record/fixtures.rb, line 562
      def cache_for_connection_pool(connection_pool)
        @@all_cached_fixtures[connection_pool]
      end