# File src/SessionStats.rb, line 5
                def initialize(page_cache)
                        @creation_time = Time.now
                        @session_hits = 0
                        @rolling_interval = 60
                        @rolling_log = []
                        @page_cache = page_cache
                        @access_time = nil
                end