Ejemplo n.º 1
0
 public void SetUp()
 {
     _worker       = new DictionaryWorker();
     _cachedString = new CachedDictionary <string>(_worker.GetDict, TimeSpan.FromMilliseconds(100));
 }
Ejemplo n.º 2
0
 public void SetUp()
 {
     _worker = new DictionaryWorker();
     _cachedString = new CachedDictionary<string>(_worker.GetDict, TimeSpan.FromMilliseconds(100));
 }