A datastore backed by the file system.
Keys need to be sanitized before use, as they are written to the file system as is.
Private
Readonly
Calculate the original key, given the file name.
Calculate the directory and file name for a given key.
Delete the record under the given key
Read from the file system
Check for the existence of the given key
Store the given value under the key
A datastore backed by the file system.
Keys need to be sanitized before use, as they are written to the file system as is.