Optional entries: readonly (readonly [Tkey, Tval])[]Optional aftCfg: AftConfigPrivate Readonly _aftPrivate Readonly _memoryReadonly filenamePrivate _updatePrivate _writeStatic removeremoves the file used to cache data on the filesystem
the name of the file minus any suffix
to delete (i.e. MyCacheFile which equates to
full/path/to/FileSystemMap/MyCacheFile.json)
Optional aftCfg: AftConfigGenerated using TypeDoc
an implementation of
Mapthat stores all its data on the filesystem allowing the data to be shared among multiple running node processes or to persist for multiple runs of a scriptParam
the filesystem name to store data within. this will be combined with the current working directory and a subdirectory of
FileSystemMapand have the extension .json appended to itParam
an optional array of arrays containing two elements used to seed the instantiated map object
Param
an optional
AftConfiginstance that allows you to override anyFileSystemMapConfigloaded fromappsettings.json