# File lib_wpm/wpm.rb, line 3784 def store(path, page_id, cache_entry) @lock.synchronize{ @map[[path, page_id]] = WeakRef.new(cache_entry) } nil end