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