Beispiel #1
0
 public MultipleGetHelper(MammothCache mammothCache)
 {
     _mammothCache = mammothCache;
 }
Beispiel #2
0
 public LocksManager(MammothCache cache)
 {
     _cache = cache;
 }