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