コード例 #1
0
ファイル: HubCache.cs プロジェクト: Kidify/L4p
 private SynchedHubCache(IHubCache impl)
 {
     _impl = impl;
 }
コード例 #2
0
ファイル: HubCache.cs プロジェクト: Kidify/L4p
 public static IHubCache New(IHubCache impl)
 {
     return new SynchedHubCache(impl);
 }