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