JsonFileCache

FileCache wrapper which stores a D type as JSON serialization.

Members

Aliases

JsonFileCache
alias JsonFileCache = FileCache!(getJson!T, putJson!T, flushPolicy)
Undocumented in source.

Static functions

getJson
T getJson(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
putJson
void putJson(string fileName, T t)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta