class ActionView::Digestor

def template

def template
  @template ||= finder.disable_cache { finder.find(logical_name, [], partial?) }
end