google / rappor

RAPPOR: Privacy-Preserving Reporting Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

map cache shouldn't read stale data

andychu opened this issue · comments

If you rewrite the same map file, then you still will read an old .rda. Right now you have to take care always to use new filenames.

It only tests for the existence of the file, not the file's contents or timestamp or anything like that.