class ActiveRecord::ConnectionAdapters::SchemaReflection

def empty_cache

def empty_cache
  new_cache = SchemaCache.allocate
  new_cache.send(:initialize)
  new_cache
end