@groupby/elements-cache-plugin

This package contains the GroupBy Elements Cache Plugin class.

Usage no npm install needed!

<script type="module">
  import groupbyElementsCachePlugin from 'https://cdn.skypack.dev/@groupby/elements-cache-plugin';
</script>

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.