Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

grind-cache

grindjs47MIT0.8.0

Cache provider for Grind, powered by node-cache-manager

grindjs, grind-framework, cache-manager, node-cache-manager, cache

readme

Grind Cache

Build Status Total Downloads Latest Version Slack License code style: prettier lerna Commitizen friendly

Grind Cache

Grind Cache is a thin wrapper around node-cache-manager for simple integration with Grind. Once setup, you’ll have a quick and easy to use key-value store in Grind that you can access via app.cache.

Documentation

Full documentation for Grind Cache is available on the Grind website.

License

Grind was created by Shaun Harrison and is made available under the MIT license.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.8.0 (2020-09-22)

Note: Version bump only for package grind-cache

0.8.0-beta.15 (2020-09-22)

Bug Fixes

  • grind-cache: fixed export issue in index.js (fd37cf1)