# File lib/cgikit/template_store.rb, line 212
  def restore( component )
    if template = @caches[component.template_file] then
      template = template.cache_copy
    end
    template
  end