gulp-memory-cache

JSON →
library 0.3.0 ·javascript maintenance
verified Jun 7, 2026

A gulp plugin for caching files in memory to enable incremental builds. Version 0.3.0 is the latest stable release, but development appears to be sparse with no recent updates. It provides functions like cache(), cache.save(), cache.flush(), cache.forget(), cache.update(), cache.lastMtime(), and cache.get(). Unlike gulp-cached, this plugin also tracks file modification times and supports custom file path transformations. It is designed for Gulp 4, but can be used with Gulp 3 in combination with gulp-cached.