# File lib/mini_profiler/storage/memcache_store.rb, line 17
      def save(page_struct)
        @client.set("#{@prefix}#{page_struct[:id]}", Marshal::dump(page_struct), @expires_in_seconds)
      end