method

cache

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: SchemaReflection
cache(pool) 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 106
        def cache(pool)
          @cache ||= load_cache(pool) || empty_cache
        end
Register or log in to add new notes.