This package contains the GroupBy Elements Cache Plugin class.
npm install @groupby/elements-cache-pluginThis package contains the GroupBy Elements Cache Plugin class.
To use the plugin, simply instantiate it and register it with Core:
``js`
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.