module ActiveRecord::ConnectionAdapters::AbstractPool

def set_schema_cache(cache)

def set_schema_cache(cache)
  self.schema_cache = cache
end