method

empty_cache

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: SchemaReflection
empty_cache() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 108
        def empty_cache
          new_cache = SchemaCache.allocate
          new_cache.send(:initialize)
          new_cache
        end
Register or log in to add new notes.