Bust static assets from the cache using content hashing
Append a query string to your assets to bust that cache!
A rspack plugin to retry loading of chunks that failed to load
A webpack plugin to retry loading of chunks that failed to load
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
TypeScript definitions for http-cache-semantics
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
LRU and FIFO caches for Client or Server
A custom grunt.js plugin that executes jekyll compile and/or watch for you
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
An LRU cache of weak references
A super-fast, promise-based cache that reads and writes to the file-system.
Create a full Content-Type header given a MIME type or extension and cache the result
No description provided.
Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.
node-simple-lru-cache =====================
The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)
High Performance In-Memory Cache for Node.js
Force updating cached files and resources in a Jekyll site by adding a hash.
add unixtime query string for assets every build.
Process then suffix your Jekyll assets with cache busting version hashes
Liquid filter to hash file references to bust the browser cache in Jekyll 3 and 4
A straightforward asset bundling plugin for Jekyll, utilizing external minification tool of your choice. It provides asset concatenation for bundling and asset fingerprinting with MD5 digest for cache busting. There are no other runtime dependencies besides the minification tool (not even other gems).
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