module Roda::RodaPlugins::Render::InstanceMethods

def _cached_template_method_key(template)

The key to use in the template method cache for the given template.
def _cached_template_method_key(template)
  template
end