Наследование: ICacheManager, IDisposable
Пример #1
0
 public MemorySessionDao()
 {
     CacheManager = new DictionaryCacheManager();
 }