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