schema_cache()
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 239
      def schema_cache
        @pool.get_schema_cache(self)
      end