public void SetUp()
 {
     _worker       = new DictionaryWorker();
     _cachedString = new CachedDictionary <string>(_worker.GetDict, TimeSpan.FromMilliseconds(100));
 }
 public void SetUp()
 {
     _worker = new DictionaryWorker();
     _cachedString = new CachedDictionary<string>(_worker.GetDict, TimeSpan.FromMilliseconds(100));
 }