Type Alias MongodbCacheAdapterSettings
MongodbCacheAdapterSettings: { collectionName?: string; collectionSettings?: CollectionOptions; database: Db; serde: ISerde<string>;} Type declaration
Optional
collectionName?: string
Optional
collectionSettings?: CollectionOptions
database: Db
serde: ISerde<string>
IMPORT_PATH:
"@daiso-tech/core/cache/adapters"