class ActiveRecord::FixtureSet

def fixture_is_cached?(connection, table_name)

def fixture_is_cached?(connection, table_name)
  cache_for_connection(connection)[table_name]
end