Пример #1
0
 public BlockingClassCacheSync(ISemaphoreSlimBookEnd semaphore, ICacheSync <T> cache)
 {
     _semaphore = semaphore;
     _cache     = cache;
 }
 private BlockingClassCache(ISemaphoreSlimBookEnd semaphore, ICache <T> cache)
 {
     _semaphore = semaphore;
     _cache     = cache;
 }