13 -------------------------------
19 rankings_node: 0x90000000
34 -------------------------------
40 rankings_node: 0x90000001
55 ================================
59 disk_cache::Entry *entry;
60 ASSERT_TRUE(cache_->CreateEntry("the first key", &entry));
63 ASSERT_TRUE(cache_->CreateEntry("some other key", &entry)); <---- Edit value*
66 * Edit the value with the debugger before it is saved to disk.