# File lib/cgikit/template_store.rb, line 203
  def initialize( application )
    super
    @caches = {}
  end