* [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> *
A simple key/value storage using files to persist the data
node-simple-lru-cache =====================
Cache Manager for Node.js
Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.
Parse Cache-Control headers.
Simple key-value storage with support for multiple backends
A cache object that deletes the least-recently-used items.
High Performance In-Memory Cache for Node.js
A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run
Require hook for automatic V8 compile cache persistence
Rush plugin for generic HTTP cloud build cache
Simple and Maintained fast NodeJS internal caching
High Performance Layer 1 / Layer 2 Caching with Keyv Storage
Simple “Least Recently Used” (LRU) cache
Useful TypeScript utilities.
Cache interceptor for axios
Simple persistence for all Apollo cache implementations
Require hook for automatic V8 compile cache persistence
Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies
Intuitive magical memoization library with Proxy and WeakMap
TypeScript definitions for http-cache-semantics
LRU and FIFO caches for Client or Server
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.