# File lib/hashie/extensions/coercion.rb, line 154
        def coercion_cache
          @coercion_cache ||= ::Hash.new do |hash, type|
            hash[type] = build_coercion(type)
          end
        end