TomlDataAdapter
Standard data adapter class implementing the TOML format. Stores TOML files in folders.
This is a pretty simple implementation, so it's a good example to use when writing your own data adapters.
Functions
Link copied to clipboard
Link copied to clipboard
Retrieve the data object represented by the given storage unit, or store the data object returned by the callback if no respective data could be found.
Link copied to clipboard
Save the cached data represented by the given storage unit to persistent storage, creating any files and folders as needed.
Save the given data represented by the given storage unit to persistent storage, creating any files and folders as needed, and storing the given data object in the dataCache.