# File lib/cgikit/template_store.rb, line 208
  def save( template )
    @caches[template.component.template_file] = template.cache_copy
  end