# File lib/cgikit/template_store.rb, line 44
  def cache_copy
    copy = dup
    copy.template_node = @template_node.cache_copy
    copy
  end