A cache object that deletes the least-recently-used items.
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
A simple key/value storage using files to persist the data
Require hook for automatic V8 compile cache persistence
Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies
LRU and FIFO caches for Client or Server
TypeScript definitions for http-cache-semantics
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
No description provided.
Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.
Create a full Content-Type header given a MIME type or extension and cache the result
A generational pseudo-LRU cache with strict maximum size limits.
[](https://www.npmjs.com/package/@aws-sdk/endpoint-cache) [](https://www.npmjs.com/package/@aws-sdk/e
High Performance In-Memory Cache for Node.js
The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)
An LRU cache of weak references
A super-fast, promise-based cache that reads and writes to the file-system.
Cache Manager for Node.js
Opinionated, caching, retrying fetch client
Memoize functions results using an lru-cache.
node-simple-lru-cache =====================
Local build cache provider for Expo
Import ES modules without cache.
Create a struct with the hashes of files for cache busting
cache-buster helps static sites keep assets cached gracefully
Template compiler for type-safe, server-rendered HTML components in Rust
Cache Buster tag for Radiant CMS
A simple Jekyll Cache Buster for CSS/JS in static Jekyll sites. I've created this so that it can be installed via a Jekyll Theme Gem rather than creating the custom .rb file. Credit goes to https://gist.github.com/daneden/7027258
The most efficient HTTP cache buster plugin evar.
Rewrites cache buster for assets to a static string that is sure to be cached by proxy servers.
Juicer is a command line tool that helps you ship frontend code for production. High level overview; Juicer can * figure out which files depend on each other and merge them together, reducing the number of http requests per page view, thus improving performance * use YUI Compressor to compress code, thus improving performance * verify that your JavaScript is safe to minify/compress by running JsLint on it * cycle asset hosts in CSS files * add "cache busters" to URLs in CSS files * recalculate relative URLs in CSS files, as well as convert them to absolute (or convert absolute URLs to relative URLs)