예제 #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);
 }