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