Dobi.io Caching Middleware
Basic cache object for storing key-value pairs.
Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.
A cache for managing namespaced sub-caches
Reads and caches the entire contents of a file until it is modified
Require hook for automatic V8 compile cache persistence
Parse Cache-Control headers.
Cache requires to be lazy-loaded when needed.
HTTP response freshness testing
Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.
High Performance In-Memory Cache for Node.js
The closest you can get to require something with bypassing the require cache
A cache object that deletes the least-recently-used items.
Require hook for automatic V8 compile cache persistence
Caches the result of following loaders on disk.
LRU and FIFO caches for Client or Server
The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)
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
sync disk cache
Async disk cache
A generational pseudo-LRU cache with strict maximum size limits.
A simple in-memory cache. put(), get() and del()
Sometimes you have to do horrible things, like use the global object to share a singleton. Abstract that away, with this!
A simple key/value storage using files to persist the data