Ejemplo n.º 1
0
 public FileAddedEventHandler(IUniversalCache cache)
 {
     this.cache = cache;
 }
Ejemplo n.º 2
0
 public CachedQuery(IQueryHandler <TQuery, TResult> decorated, IUniversalCache cache)
 {
     this.decorated = decorated;
     this.cache     = cache;
 }
 public FileSharesChangedEventHandler(IUniversalCache cache)
 {
     this.cache = cache;
 }