Cache provider for AdonisJS framework (v0.3.4). Provides a unified API for multiple caching backends (object, database, Redis). Includes migration generation and Ace commands. This package is unmaintained since 2019 and not compatible with AdonisJS v5+. For newer versions, use @adonisjs/cache or other alternatives.
npm install adonis-cacheNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Registers the cache provider and command provider, then uses the Cache facade to store and retrieve a simple key-value.
Use @adonisjs/cache or switch to AdonisJS v4 with this package.
Upgrade to AdonisJS v5 and use official caching solutions.
Run npm install adonis-cache --save and ensure providers array in start/app.js matches the installed version.
Add Cache: 'Adonis/Addons/Cache' to aliases in start/app.js and restart the application.
No dependency data recorded yet.