Example #1
0
 public void Dispose()
 {
     if (_persistHandler != null)
     {
         _persistHandler.Dispose();
     }
     _persistHandler = null;
 }
Example #2
0
 public Dictionary(IDictionaryPersist <TKey, TValue> persistHandler)
 {
     _persistHandler = persistHandler;
 }