Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Cache"/> class.
 /// </summary>
 public Cache()
 {
     BeforeRequest = new CacheState();
     AfterRequest = new CacheState();
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Cache"/> class.
 /// </summary>
 public Cache()
 {
     BeforeRequest = new CacheState();
     AfterRequest  = new CacheState();
 }