# File lib_wpm/wpm.rb, line 3816
    def initialize(load_path, reserve_last_cache=false)
      @load_path = load_path
      @reserve_last_cache = reserve_last_cache
      @page_cache = PageCache.new
    end