method

cache_fixtures

cache_fixtures(connection_pool, fixtures_map)
public

No documentation available.

# File activerecord/lib/active_record/fixtures.rb, line 578
      def cache_fixtures(connection_pool, fixtures_map)
        cache_for_connection_pool(connection_pool).update(fixtures_map)
      end