# File lib/cgikit/template_store.rb, line 8
  def initialize
    @template_mtime = Time.now
    @declaration_mtime = Time.now
  end