{"library":"gulp-file-cache","type":"library","category":null,"description":"A Gulp plugin for caching files to disk, enabling incremental builds by filtering out unchanged files between runs. Version 0.0.1 is the initial and only release, published with a sparse API including filter() and cache() methods. It creates a cache file (default .gulp-cache) and uses through2 streams. The project is unmaintained since 2014, with no updates, no TypeScript typings, and limited error handling. It is a simple alternative to more robust caching tools like gulp-cached or gulp-changed, but lacks features such as content-based hashing or cache invalidation.","language":"javascript","status":"abandoned","version":"0.0.1","tags":["javascript","gulpplugin","cache"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install gulp-file-cache","imports":["var FileCache = require('gulp-file-cache');\nvar fileCache = new FileCache();","fileCache.filter()","fileCache.cache()"]},{"cmd":"yarn add gulp-file-cache","imports":[]},{"cmd":"pnpm add gulp-file-cache","imports":[]}],"homepage":"https://github.com/pgherveou/gulp-file-cache","github":"git://github.com/pgherveou/gulp-file-cache","docs":null,"changelog":null,"pypi":null,"npm":"gulp-file-cache","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}