CQRS.NET  2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Azure.DocumentDb.ThreadedAzureDocumentDbConnectionCache Class Reference
+ Inheritance diagram for Cqrs.Azure.DocumentDb.ThreadedAzureDocumentDbConnectionCache:

Public Member Functions

bool TryGetClient (string key, out DocumentClient client)
 
void SetClient (string key, DocumentClient client)
 
bool TryGetDatabase (string key, out Database database)
 
void SetDatabase (string key, Database database)
 
bool TryGetDocumentCollection (string key, out DocumentCollection documentCollection)
 
void SetDocumentCollection (string key, DocumentCollection documentCollection)