Memorise
To use the plugin, either modify the plugins
entry of the collection's Data.toml to include "memorise"
, or use the Data REPL's plugin add
/plugin remove
subcommands.
Cache the results of data loaders in memory. This requires (dataset::DataSet, as::Type)
to consistently identify the same loaded information.
Enabling caching of a dataset
[[mydata]]
memorise = true
memorise
can be a boolean value, a type that should be memorised, or a list of types to be memorised.