-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
The library is mentioned to use it with cacheable-lookup has been taking into account.
Since cacheable-lookup already accepts a cache, what should be a good example, using it with tangerine?
Maybe in this way?
const Keyv = require('@keyvhq/core')
const cache = new Keyv()
const cacheableLookup = new CacheableLookup({
cache,
resolver: new Tangerine({
// explicitly disabled since `cacheable-lookup` already takes case
cache: false
})
})Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request