method

schema_cache=

schema_cache=(cache)
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 188
      def schema_cache=(cache)
        cache.connection = self
        @schema_cache = cache
      end