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