Hamid Shaikh

Results 4 comments of Hamid Shaikh

any update on this ? we are also observing the same behaviour

Refit + HttpTracer Example Checkout below steps for Refit https://gist.github.com/hamid-shaikh/24d93419f9b5313685c4dfc40f4b59dc For HttpTracer implementation just simply replace HttpClient creation with below snippet HttpClient restClient; HttpClient RestClient { get { if (restClient...

@aarzkhan - I think of a possible solution you can apply. (Quick Fix) `var cachedNewsArticles = BlobCache.LocalMachine.GetAndFetchLatest("NewsArticles", () => GetNewsArticles(), offset => { TimeSpan elapsed = DateTimeOffset.Now - offset; return...

@mdonogma - I basically prefer doing it simply by calling `BlobCache.LocalMachine.InvalidateAll();`