There's no documentation for this item.
# File active_record/fixtures.rb, line 472 def self.cache_fixtures(connection, fixtures) cache_for_connection(connection).update(fixtures.index_by { |f| f.table_name }) end
<code/>
<pre/>
<code/>and<pre/>for code samples.