instance method
clear_data_source_cache!
Ruby on Rails 7.2.3
Since v7.1.6Signature
clear_data_source_cache!(pool, name)
No documentation comment.
Parameters
-
poolreq -
namereq
Source
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 73
def clear_data_source_cache!(pool, name)
return if @cache.nil? && !possible_cache_available?
cache(pool).clear_data_source_cache!(pool, name)
end
Defined in activerecord/lib/active_record/connection_adapters/schema_cache.rb line 73
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::SchemaReflection