cache-flow

Cache Flow

Version License: ISC master CI Status master Coverage Status GitHub last commit NPM Downloads

Allows to create configurable caches for NodeJS applications with automatic cache loading. Internal caching is supported by an in-memory cache or Redis, with automatic fallback in case of Redis disconnection.

Cache Flow also provides a @Cacheable decorator for Typescript projects (inspired from Java/Spring), packing all the caching features of this library into a single line of code, completely transparently for method callers.

Table of Contents

Generated using TypeDoc