{"library":"cordova-file-cache","type":"library","category":null,"description":"Cordova File Cache is a library for caching remote files (images, documents, etc.) in Cordova/PhoneGap apps. It provides a promise-based API using CordovaPromiseFS and supports hash or mirror caching modes. Version 1.2.2 is the latest stable release. It requires cordova-plugin-file and optionally cordova-plugin-file-transfer. Unlike ad-hoc caching strategies, it offers a structured cache with readiness promises, progress tracking, and automatic server URL fallback. Release cadence is low; the package is stable but not actively maintained.","language":"javascript","status":"maintenance","version":"1.2.2","tags":["javascript","cordova","file","cache"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install cordova-file-cache","imports":["const CordovaFileCache = window.CordovaFileCache;","const CordovaPromiseFS = window.CordovaPromiseFS;","var cache = new CordovaFileCache({ fs: new CordovaPromiseFS({ Promise: Promise }), mode: 'hash' });"]},{"cmd":"yarn add cordova-file-cache","imports":[]},{"cmd":"pnpm add cordova-file-cache","imports":[]}],"homepage":"https://github.com/markmarijnissen/cordova-file-cache#readme","github":"ssh://git@github.com/markmarijnissen/cordova-file-cache","docs":null,"changelog":null,"pypi":null,"npm":"cordova-file-cache","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}