feather-cache-indexeddb

JSON →
library 1.0.3 ·javascript
verified Jun 7, 2026

IndexedDB driver for feather-cache storage. Current stable version 1.0.3 provides a factory function idbFeatherCacheDriver(maxAgeInMs) that returns a storage driver compatible with FeatherCache. Requires feather-cache ^1.x.x. Built with TypeScript, ships types. The driver uses IndexedDB via idb-keyval under the hood. Release cadence is low; package is stable with infrequent updates. Differentiator: enables persistent client-side caching via IndexedDB with TTL support, unlike in-memory or localStorage alternatives.