예제 #1
0
파일: Cache.cs 프로젝트: Nalanae/har-dotnet
 /// <summary>
 /// Initializes a new instance of the <see cref="Cache"/> class.
 /// </summary>
 public Cache()
 {
     BeforeRequest = new CacheState();
     AfterRequest = new CacheState();
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Cache"/> class.
 /// </summary>
 public Cache()
 {
     BeforeRequest = new CacheState();
     AfterRequest  = new CacheState();
 }