Beispiel #1
0
 public SessionFactory(ICacheClient cacheClient, ICacheClientAsync cacheClientAsync)
 {
     this.cacheClient      = cacheClient;
     this.cacheClientAsync = cacheClientAsync ?? cacheClient.AsAsync();
 }