0.1.4 • Published 5 months ago
reliable-caching v0.1.4
Reliable-caching package
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
- Instalation
- Documentation - Key Generation - URL Signing - Cache Storage Implementations - Cache Signing - Cache Benchmarking (single instance) - Race Prevention (single instance)
- Articles
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