In some cases it might be useful to store each key-value pair as a separate local file. The key is the filename, the value is the file content.
- Key must be escaped
- Concurrent use of the store must be possible
- Keep one lock object per key
- Lock for each file access
In some cases it might be useful to store each key-value pair as a separate local file. The key is the filename, the value is the file content.