Exemplo n.º 1
0
 public NowAtFirstAccess(ICacheSync <TimeInstant> cache) => _cache = cache;
Exemplo n.º 2
0
 public BlockingClassCacheSync(ISemaphoreSlimBookEnd semaphore, ICacheSync <T> cache)
 {
     _semaphore = semaphore;
     _cache     = cache;
 }