Register provider const providers = ['@adonisjs/cache/providers/CacheProvider'] Inside your Controllers const Cache = use('Cache') const Cache = use('Cache') Cache.get('posts').then((post) => { res.json(post) })