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