# File lib/big_record/fixtures.rb, line 446 def self.reset_cache(connection = nil) connection ||= BigRecord::Base.connection @@all_cached_big_record_fixtures[connection.object_id] = {} end