# File lib/mini_profiler/storage/memory_store.rb, line 75 def save(page_struct) @timer_struct_lock.synchronize { @timer_struct_cache[page_struct[:id]] = page_struct } end