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