Type Alias MongodbCacheAdapterSettings

MongodbCacheAdapterSettings: {
    rootGroup: OneOrMore<string>;
    serde: ISerde<string>;
}