Create test case concurrent write to a same file
wysohn opened this issue ยท 1 comments
The callers of cacheToFile()
probably has to acquire the file
monitor before accessing the file since FileWriter/Reader are not thread-safe
This might be the reason why the data is occasionally deleted