Пример #1
0
 private WebSessionDataCache()
 {
     _objektBuffer = new Dictionary <string, Objekt>();
     _objectBuffer = new Dictionary <string, object>();
     PersistenceContext.RegisterAutoDisposed(this);
 }