Пример #1
0
 /// <summary>
 /// Constructs an instance of client side cache object.
 /// </summary>
 protected internal CacheStore()
 {
     _cacheRoot = new CacheRoot();
 }
Пример #2
0
 /// <summary>
 /// Constructs an instance of client side cache object.
 /// </summary>
 protected internal CacheStore()
 {
     _cacheRoot = new CacheRoot();
 }