method
clear_data_source_cache!
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SchemaReflection
clear_data_source_cache!(connection, name)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 81
def clear_data_source_cache!(connection, name)
return if @cache.nil? && !possible_cache_available?
cache(connection).clear_data_source_cache!(connection, name)
end