in-memory function memoizer
No description provided.
Reads and caches the entire contents of a file until it is modified
Memoize functions results using an lru-cache.
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.
Parse Cache-Control headers.
A cache object that deletes the least-recently-used items.
Memoize/cache function results
Useful TypeScript utilities.
Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins
Basic cache object for storing key-value pairs.
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
Intuitive magical memoization library with Proxy and WeakMap
Contain async insanity so that the dark pony lord doesn't eat souls
A cache for managing namespaced sub-caches
Reuse objects and functions with style
Cache Manager for Node.js
Grunt plugin that lets you break up your Gruntfile config by task
Require hook for automatic V8 compile cache persistence
Cache requires to be lazy-loaded when needed.
A simple key/value storage using files to persist the data
Sometimes you have to do horrible things, like use the global object to share a singleton. Abstract that away, with this!
Cache a continuable
A simple in-memory cache. put(), get() and del()