google / rappor

RAPPOR: Privacy-Preserving Reporting Algorithms
Apache License 2.0
859 stars 165 forks source link

map cache shouldn't read stale data #68

Open andychu opened 8 years ago

andychu commented 8 years ago

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.