0.1.0 • Published 4 years ago

@groupby/elements-cache-plugin v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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.