@groupby/elements-cache-plugin
v0.1.0
Published
This package contains the GroupBy Elements Cache Plugin class.
Downloads
6
Maintainers
Keywords
Readme
GroupBy Elements Cache Plugin
This package contains the GroupBy Elements Cache Plugin class.
Usage
To use the plugin, simply instantiate it and register it with Core:
const cachePlugin = new CachePlugin();
core.register(cachePlugin);
This plugin registers an instance of Map
that is intended to be used by
other plugins as a cache or other data store. No automatic cache
clearing or expiring is performed.