Beispiel #1
0
 private SynchedHubCache(IHubCache impl)
 {
     _impl = impl;
 }
Beispiel #2
0
 public static IHubCache New(IHubCache impl)
 {
     return new SynchedHubCache(impl);
 }