0.1.4 • Published 5 months ago

reliable-caching v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Reliable-caching package

npm

An ongoing project focused on reliable caching in Node

These ideas are being compiled into a book focused mainly on reliable caching for node.

Documentation

Installation

Using npm: npm i --save reliable-caching

Storage Implementations

  • In Memory LRU provides object immutability, no cache signature
  • Redis provides object immutability, cache signature

Using npm: npm i --save reliable-caching

Articles

Visit the GitHub Repo tutorials, documentation, and support