Chromium Code Reviews
Descriptionisolateserver: DiskCache format v2
- change DiskCache._lru from {digest:size} to {digest:[size, timestamp]}
- change DiskCache's item file names from "<digest>" to
"<digest[:2]>/<digest[2:]>"
- introduce VERSION file. On saving, write "2". On loading, delete cache
dir if it is different from "2".
R=maruel@chromium.org
BUG=654562
Patch Set 1 #Patch Set 2 : nits #Patch Set 3 : make code more explicit #Patch Set 4 : docs #
Total comments: 3
Patch Set 5 : remove lru.LRUDict #Patch Set 6 : typo and nit #
Total comments: 11
Messages
Total messages: 20 (15 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||