Extending classes should override query or implement this method
Optionaloptions: AbortOptionsExtending classes should override queryKeys or implement this method
Optionaloptions: AbortOptionsCalculate the directory and file name for a given key.
This will return an object with which you can chain multiple operations together, with them only being executed on calling commit.
Remove the record for the passed key
Optionaloptions: AbortOptionsRemove values for the passed keys
Optionaloptions: AbortOptionsRetrieve the value stored under the given key
Optionaloptions: AbortOptionsRetrieve values for the passed keys
Optionaloptions: AbortOptionsCheck for the existence of a value for the passed key
Optionaloptions: AbortOptionsStore the passed value under the passed key
Optionaloptions: AbortOptionsStore the given key/value pairs
Optionaloptions: AbortOptions
A datastore backed by the file system.
Keys need to be sanitized before use, as they are written to the file system as is.