Flowdock
method

fetch

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: TypeMap
fetch(lookup_key, &block) public

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/type/type_map.rb, line 18
      def fetch(lookup_key, &block)
        @cache.fetch_or_store(lookup_key) do
          perform_fetch(lookup_key, &block)
        end
      end
Register or log in to add new notes.