Open
Description
For FileCache this may not be a problem insofar as deserializing will fail? For SeparateBodyFileCache it will be, insofar as it's just a pile-of-bytes for the data in the body file.
pip
doesn't have this problem since it writes to a temporary file and then uses os.replace()
. CacheControl may wish to adopt this.