Exemplo n.º 1
0
 /// <summary>
 /// Constructs an instance of client side cache object.
 /// </summary>
 protected internal CacheStore()
 {
     _cacheRoot = new CacheRoot();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Constructs an instance of client side cache object.
 /// </summary>
 protected internal CacheStore()
 {
     _cacheRoot = new CacheRoot();
 }