method

get_dispatch_cache

rails latest stable - Class: Arel::Visitors::Visitor
get_dispatch_cache()
private

No documentation available.

# File activerecord/lib/arel/visitors/visitor.rb, line 23
        def get_dispatch_cache
          self.class.dispatch_cache
        end