Closed HaripraghashSubramaniam closed 7 years ago
Thank you Harri. This has been implemented so in https://github.com/aliostad/CacheCow/blob/master/src/CacheCow.Client/CachingHandler.cs#L240
But left out on this case.
Releasing 1.3.2
Great. Thanks Ali
The InMemoryCacheStore, if the Content property of the HttpResponseMessage is null, seems to use the expires header rather than the Max-Age value. But then, in the call stack above the call to store the response in ObjectCache, Expires header is being cleared off and therefore it uses the default cache time(06:00 hrs).