# File lib/cgikit/parser.rb, line 161
    def cache_copy
      copy = self.class.new(@name)
      copy.content = @content
      copy
    end