# File lib/cgikit/template_store.rb, line 188
  def exist?( component )
    FileTest.exist?(cache_file_name(component))
  end