A simple request caching adapter for APIHive
Runtime cache as simple as possible
A simple, transparent, client-side, in-memory cache for Sequelize (Fork de funny-bytes/sequelize-simple-cache)
A tiny, zero-dependency library which implements additional utilities on top of the Storage API we're all used to.
simple cache
A zero depandency caching library with support for in-memory and file backends.
No description provided.
No description provided.
A very simple cache control middleware for express
simple cache get/set object for a node app and browser
A Single instance cache manager that works client side or node.
It is a really simple disk caching library
This project implements a lightweight caching class that wraps JavaScript's native Map() object to provide an efficient and intuitive caching mechanism.
A lightweight, type-safe, in-memory cache with TTL and multiple eviction policies
super light caching library
nodejs 简单的无侵入式内存缓存框架
A basic cache for React applications
A javascript library to do actions and store return in a json cache file. focused in small projects
very basic data caching (sync/async)
A simple, transparent, client-side, redis cache for Sequelize
Betterez Simple cache
A cache manager utility
Serverless-simple middleware for managing a KV cache layer
* [init(dpath)](#init) ⇒ <code>simpleCache</code> * [set(key, value)](#set) ⇒ <code>Promise</code> * [get(key)](#get) ⇒ <code>Promise</code> * [isCached(key)](#isCached) ⇒ <code>Promise</code> * [isCachedSync(key)](#isCachedSync) ⇒ <code>boolean</code> *