{"library":"gulp-memory-cache","type":"library","category":null,"description":"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.","language":"javascript","status":"maintenance","version":"0.3.0","tags":["javascript","gulp","cache","memory","build","incremental"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install gulp-memory-cache","imports":["const cache = require('gulp-memory-cache');","gulp.src(...).pipe(cache('js'))","gulp.src('**/*.js', {since: cache.lastMtime('js')})"]},{"cmd":"yarn add gulp-memory-cache","imports":[]},{"cmd":"pnpm add gulp-memory-cache","imports":[]}],"homepage":"https://github.com/troch/gulp-memory-cache","github":"https://github.com/troch/gulp-memory-cache","docs":null,"changelog":null,"pypi":null,"npm":"gulp-memory-cache","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}